12 #ifndef SST_CORE_SERIALIZATION_SERIALIZE_STRING_H
13 #define SST_CORE_SERIALIZATION_SERIALIZE_STRING_H
15 #include "sst/core/serialization/serializer.h"
19 namespace Serialization {
25 void operator()(std::string& str,
serializer& ser) { ser.string(str); }
32 #endif // SST_CORE_SERIALIZATION_SERIALIZE_STRING_H
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:34
Base serialize class.
Definition: serialize.h:31