|
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::BinaryInputArchive |
| An input archive designed to load data saved using BinaryOutputArchive. 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::XMLOutputArchive |
| An output archive designed to save data to XML. More... | |
| class | cereal::XMLInputArchive |
| An output archive designed to save data to XML. More... | |
1.8.3.1