Wrapper that serializes objects with the specified parameters.
Synopsis
Declared in <serialize.h>
template<
typename Params,
typename T>
class ParamsWrapper;
Member Functions
Name |
Description |
|
Construct a wrapper binding an object to the parameters used to (de)serialize it. |
Serialize the wrapped object through a params stream carrying the bound parameters. |
|
Unserialize the wrapped object through a params stream carrying the bound parameters. |
Created with MrDocs