|
SerUt
1.1.0
|
| ▼Cserut::SerializationInterface | Generic serialization interface |
| Cserut::DummySerializer | A dummy serializer which simply counts the number of bytes written but does not actually write any data |
| Cserut::FileSerializer | A serializer for writing to and reading from files |
| Cserut::MemorySerializer | A serializer for reading from and writing to memory |
| Cserut::TCPSerializer | Serializer which can be used to read from and write to a TCP connection |
| Cserut::VectorSerializer | A serializer which uses an STL vector, which can grow in size |
1.8.11