Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voidah/archive

Simple, compact, endian-safe and header-only serialization/deserialization for C++
https://github.com/voidah/archive

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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