Skip to content

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

License

Notifications You must be signed in to change notification settings

KrystianD-contribution/archive

This branch is 3 commits ahead of voidah/archive:master.

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%