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