SST
14.1.0
StructuralSimulationToolkit
|
Base serialize class. More...
#include <serialize.h>
Public Member Functions | |
void | operator() (T &t, serializer &ser) |
void | operator() (T &t, serializer &ser, const char *name) |
Base serialize class.
This class also acts as the default case, which if hit will check to see if this is an otherwise uncaught non-polymorphic class. If it is, it will just attempt to call the serialize_order() function. All other instances are partial specializations of this class and do all the real serialization.