Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxtacles/serialization

Serializing C++ STL objects and primitives (for network use)
https://github.com/foxtacles/serialization

Last synced: about 6 hours ago
JSON representation

Serializing C++ STL objects and primitives (for network use)

Awesome Lists containing this project

README

        

serialization
=============

Serializing C++ STL objects and primitives (for network use)

Platform-independent, C++11

## TODO

* Support endianness
* Allow defining max length of packet, size type of STL elements
* Optional compression