Closed
Description
As far as I can see, the API of cereal only looks like Boost.Serialization.
We would really like to use cereal in our project but we would need it to be a full drop in replacement.
Things we currently miss:
- versioning
- operator& for archives
- operator<< for output archives
- operator>> for input archives