Template Function gpa::serialization::Serialize

Function Documentation

template<typename T>
size_t gpa::serialization::Serialize(Serializer *serializer, T value)

Convenience method to enable writing of simple/primitive types.

Note

This method does not consider referenced data. For example, if you provide a pointer in value, then it will write the contents of the pointer, not any object or data that the pointer references.