README
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user