cereal
A C++11 library for serialization
|
Causes the static object bindings between an archive type and a serializable type T. More...
#include </home/shane/workspace/cereal/include/cereal/details/polymorphic_impl.hpp>
Static Public Member Functions | |
static const InputBindingCreator< Archive, T > & | load (std::true_type) |
static const OutputBindingCreator< Archive, T > & | save (std::true_type) |
static void | load (std::false_type) |
static void | save (std::false_type) |
Causes the static object bindings between an archive type and a serializable type T.