Called at the end of struct serialization
Called after a sub-struct is serialized.
Called after a struct array is serialized.
Called at the start of struct serialization - outputs the name of the top-level object.
Called before a sub-struct is serialized.
Called before a struct array is serialized.
Convenience method to serialize a struct.
Appends a named item to the output buffer. Usually item is taken as it is without any conversion.
Appends a named array to the output buffer. The length of the array is written as uint, so arrays longer than uint.max can't be used. This is done because php doesn't support ulongs (only longs)
Appends a named array to the output buffer. The length of the array is written as uint, so arrays longer than uint.max can't be used. This is done because php doesn't support ulongs (only longs)