Simple wrapper class to serialize objects using a formatter; used by Using().
Declared in <serialize.h>
template<
typename Formatter,
typename T>
class Wrapper;
| Name | Description |
|---|---|
Wrapper [constructor] | Construct the wrapper around an object. |
Serialize | Serialize the wrapped object using the formatter. |
Unserialize | Unserialize the wrapped object using the formatter. |
| Name | Description |
|---|---|
m_object | The wrapped object reference that the formatter operates on. |
| Name | Description |
|---|---|
Using | Cause serialization/deserialization of an object to be done using a specified formatter class. |