- Serialize to/from any c++ standard stream (fstream, sstream, ...)
- Endian-safe
- Compact binary serialization
- Header-only
- No library dependencies
- POD, arrays and stl containers supported out of the box
- Easy to serialize user defined objects
See main.cpp