Simple wrapper class to serialize objects using a formatter; used by Using().
Synopsis
Declared in <serialize.h>
template<
typename Formatter,
typename T>
class Wrapper;
Member Functions
Name |
Description |
|
Construct the wrapper around an object. |
Serialize the wrapped object using the formatter. |
|
Unserialize the wrapped object using the formatter. |
Protected Data Members
Name |
Description |
The wrapped object reference that the formatter operates on. |