|
SST
15.1.0
StructuralSimulationToolkit
|
Serialization "gateway" object called by sst_ser_object(). More...
#include <serialize.h>
Friends | |
| template<class U > | |
| void | SST::Core::Serialization::sst_ser_object (serializer &ser, U &&obj, ser_opt_t options, const char *name) |
Serialization "gateway" object called by sst_ser_object().
All serializations must come through these template instances in order for pointer tracking to be controlled at one point. The actual serialization will happen in serialize_impl classes.