Template Function gpa::serialization::Deserialize

Function Documentation

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

Convenience method to enable reading of simple/primitive types.

Note

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