|
SST 15.0
Structural Simulation Toolkit
|
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 thorugh these template instances in order for pointer tracking to be controlled at one point. The actual serialization will happen in serialize_impl classes.