|
SST
15.1.0
StructuralSimulationToolkit
|
Base serialize class. More...
#include <serialize.h>
Public Member Functions | |
| void | operator() (T &t, serializer &ser, ser_opt_t UNUSED(options)) |
Base serialize class.
This class also acts as the default case, which if hit will check to see if this is an otherwise unhandled 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.