Construct a wrapper binding an object to the parameters used to (de)serialize it.
Declared in <serialize.h>
explicit
ParamsWrapper(
Params const& params,
T& obj);
| Name | Description |
|---|---|
| params | The parameter set to bind. |
| obj | The object to (de)serialize with the parameters. |