Description
Provides a C++11 serialization library for saving and loading structured data. Developers use it to convert C++ objects to formats suitable for files, streams, or data exchange.
Install it when building software that depends on cereal or when adding serialization to a C++ project. Serialized formats should be versioned carefully if data must remain readable over time.