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