$stream :
$classref :
$propsref :
$refer :
__construct(\BytesIO $stream, $simple = false)
serialize( $val)
writeInteger( $int)
writeLong( $long)
writeDouble( $double)
writeNaN()
writeInfinity( $positive = true)
writeNull()
writeEmpty()
writeBoolean( $bool)
writeUTF8Char( $char)
writeString( $str)
writeStringWithRef( $str)
writeBytes( $bytes)
writeBytesWithRef( $bytes)
writeBytesIO(\BytesIO $bytes)
writeBytesIOWithRef(\BytesIO $bytes)
writeDateTime(\DateTime $datetime)
writeDateTimeWithRef(\DateTime $datetime)
writeArray(array $array)
writeAssocArray(array $map)
writeList(\Traversable $list)
writeListWithRef(\Traversable $list)
writeMap(\SplObjectStorage $map)
writeMapWithRef(\SplObjectStorage $map)
writeStdClass(\stdClass $obj)
writeStdClassWithRef(\stdClass $obj)
writeObject( $obj)
writeObjectWithRef( $obj)
reset()
writeClass( $alias, array $props)
isUTF8( $s)
ustrlen( $s)
isList(array $a)