Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/voidah/archive
- Owner: voidah
- License: unlicense
- Created: 2014-03-23T03:56:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T14:38:29.000Z (over 3 years ago)
- Last Synced: 2024-08-04T02:09:38.082Z (5 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 90
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - archive - safe and header-only serialization/deserialization for C++ (C++)
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