Wrapper that serializes objects with the specified parameters.

Synopsis

Declared in <serialize.h>

template<
    typename Params,
    typename T>
class ParamsWrapper;

Member Functions

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.

Created with MrDocs