Skip to content
/ archive Public

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

License

Notifications You must be signed in to change notification settings

voidah/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors 4

  •  
  •  
  •  
  •