case 8:
$value =
$this->
readMixedArray();
break;
// Array
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;