SerUt  1.1.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cserut::SerializationInterfaceGeneric serialization interface
 Cserut::DummySerializerA dummy serializer which simply counts the number of bytes written but does not actually write any data
 Cserut::FileSerializerA serializer for writing to and reading from files
 Cserut::MemorySerializerA serializer for reading from and writing to memory
 Cserut::TCPSerializerSerializer which can be used to read from and write to a TCP connection
 Cserut::VectorSerializerA serializer which uses an STL vector, which can grow in size