Template Function gpa::serialization::Deserialize
Defined in File serializer.h
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.