2024-01-30 04:21:12 -05:00
2024-01-30 04:21:12 -05:00
2024-01-30 04:21:12 -05:00
2019-10-01 10:16:39 +10:00
2014-03-23 00:06:27 -04:00

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

Description
No description provided
Readme 54 KiB
Languages
C++ 97.4%
CMake 2.6%