Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/foxtacles/serialization
- Owner: foxtacles
- Created: 2013-08-05T22:28:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T20:40:39.000Z (over 10 years ago)
- Last Synced: 2023-03-12T08:53:31.390Z (over 1 year ago)
- Language: C
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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