cereal
A C++11 library for serialization
 All Classes Files Functions Variables Typedefs Enumerations Groups
Classes
Input and output archive types

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...
 

Detailed Description