public function readSingleValue(ServerSerializationStreamReader $stream)
 {
     return $stream->readByte();
 }
 protected function readSingleValue(ServerSerializationStreamReader $stream)
 {
     return $stream->readByte();
     // there are no 'byte' type in php
 }