Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Nserut | |
| CDummySerializer | A dummy serializer which simply counts the number of bytes written but does not actually write any data |
| CFileSerializer | A serializer for writing to and reading from files |
| CMemorySerializer | A serializer for reading from and writing to memory |
| CSerializationInterface | Generic serialization interface |
| CTCPSerializer | Serializer which can be used to read from and write to a TCP connection |
| CVectorSerializer | A serializer which uses an STL vector, which can grow in size |