SST  15.1.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize_impl< T, typename > Class Template Reference

Base serialize class. More...

#include <serialize.h>

Public Member Functions

void operator() (T &t, serializer &ser, ser_opt_t UNUSED(options))
 

Detailed Description

template<typename T, typename = void>
class SST::Core::Serialization::serialize_impl< T, typename >

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.


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