12 #ifndef SERIALIZE_STRING_H
13 #define SERIALIZE_STRING_H
15 #include <sst/core/serialization/serializer.h>
19 namespace Serialization {
24 void operator()(std::string& str,
serializer& ser){
33 #endif // 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:35
Base serialize class.
Definition: serialize.h:33