$stream :
$classref :
$ref :
__construct( $stream)
unserialize( $tag = NULL)
checkTag( $expectTag, $tag = NULL)
checkTags( $expectTags, $tag = NULL)
readInteger( $includeTag = false)
readLong( $includeTag = false)
readDouble( $includeTag = false)
readNaN()
readInfinity( $includeTag = false)
readNull()
readEmpty()
readBoolean()
readDate( $includeTag = false)
readTime( $includeTag = false)
readBytes( $includeTag = false)
readUTF8Char( $includeTag = false)
readString( $includeTag = false)
readGuid( $includeTag = false)
readList( $includeTag = false)
readMap( $includeTag = false)
readObject( $includeTag = false)
reset()
readRaw( $ostream = NULL, $tag = NULL)
readListBegin()
readListEnd( $list)
readMapBegin()
readMapEnd( $map)
readObjectBegin()
readObjectEnd( $object, $fields)
readClass()
readNumberRaw( $ostream, $tag)
readDateTimeRaw( $ostream, $tag)
readUTF8CharRaw( $ostream, $tag)
readBytesRaw( $ostream, $tag)
readStringRaw( $ostream, $tag)
readGuidRaw( $ostream, $tag)
readComplexRaw( $ostream, $tag)
readRef()