cereal
A C++11 library for serialization
|
Classes | |
class | cereal::BinaryOutputArchive |
An output archive designed to save data in a compact binary representation. More... | |
class | cereal::JSONOutputArchive |
An output archive designed to save data to JSON. More... | |
class | cereal::JSONInputArchive |
An input archive designed to load data from JSON. More... | |
class | cereal::PortableBinaryOutputArchive |
An output archive designed to save data in a compact binary representation portable over different architectures. More... | |
class | cereal::PortableBinaryInputArchive |
An input archive designed to load data saved using PortableBinaryOutputArchive. More... | |
class | cereal::XMLOutputArchive |
An output archive designed to save data to XML. More... | |
class | cereal::XMLInputArchive |
An output archive designed to load data from XML. More... | |