CppCMS
|
Special traits class that describes how to serialize various objects that are not defived from serializable_base. More...
#include <cppcms/serialization_classes.h>
Static Public Member Functions | |
static void | save (Object const &d, archive &a) |
static void | load (Object &d, archive &a) |
Special traits class that describes how to serialize various objects that are not defived from serializable_base.
static void cppcms::archive_traits< Object >::load | ( | Object & | d, |
archive & | a | ||
) | [static] |
Load object from archive function
Referenced by cppcms::operator&(), and cppcms::operator>>().
static void cppcms::archive_traits< Object >::save | ( | Object const & | d, |
archive & | a | ||
) | [static] |
Save object to archive function
Referenced by cppcms::operator<<().