Files
archive/README.md
Arthur Ouellet 8c115c518a README
2014-03-23 00:06:27 -04:00

375 B

Simple, compact, endian-safe and header-only serialization/deserialization for C++

Features:

  • 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

Usage:

See main.cpp