Information
Archivist is a library that aims to make serialization in C++ a lot easier. It values simplicity over efficiency and optimization, but remains powerful and flexible.
How To
Documentation on how to use Archivist will be appearing on my blog as it is finished. You can see the first installment here:
To Do
- Binary storage format
- A more elegant strategy for dealing with polymorphism
- Possible support for pointers and handles
- Tamper detection with checksum
- Compression / encryption
Meta
Developed by Patrick Hogan
Archivist is released under the MIT License: http://www.opensource.org/licenses/mit-license.php