Header containing an examples of how to implement serialization for simple (struct-like) new types. More...
Go to the source code of this file.
Classes | |
struct | osvr::common::YourSimpleType |
struct | osvr::common::serialization::SimpleStructSerialization< YourSimpleType > |
Example of serialization for a simple struct: no special treatment for any of the variables, just recursively serialize/deserialize/compute size for each of the members. More... | |
Namespaces | |
osvr | |
< | |
osvr::common | |
Handles spatial transformations. | |
Header containing an examples of how to implement serialization for simple (struct-like) new types.
Definition in file SerializationTraitExample_Simple.h.