ocean.io.serialize

Modules

PHPSerializer
module ocean.io.serialize.PHPSerializer

Serializer, to be used with the StructSerializer, which converts a struct so that a php client can read it

SimpleStreamSerializer
module ocean.io.serialize.SimpleStreamSerializer

Simple serializer for reading / writing generic data from / to IOStreams

StringStructSerializer
module ocean.io.serialize.StringStructSerializer

Serializer, to be used with the StructSerializer in ocean.io.serialize.StructSerializer, which dumps a struct to a string.

StructSerializer
module ocean.io.serialize.StructSerializer

Struct data serialization and deserialization tools

TypeId
module ocean.io.serialize.TypeId

Templates to generate a a hash or a string that describes the binary layout of a value type, fully recursing into aggregates.