SST  15.1.0
StructuralSimulationToolkit
SST::Core::Serialization::pvt::serialize< T > Class Template Reference

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)
 

Detailed Description

template<class T>
class SST::Core::Serialization::pvt::serialize< T >

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.


The documentation for this class was generated from the following file: