case 10:
$value =
$this->
readArray();
break;
// Date
case 11:
$value =
$this->
readDate();
break;
// Long string
case 13:
$value =
$this->
readLongString();
break;
// XML (handled as string)
case 15:
$value =
$this->
readXML();
break;
// Typed object (handled as object)
case 16:
$value =
$this->
readTypedObject();
break;