[#ParamsWrapper] = ParamsWrapper :mrdocs: Wrapper that serializes objects with the specified parameters. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Params, typename T> class ParamsWrapper; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:ParamsWrapper/2constructor.adoc[`ParamsWrapper`] [.small]#[constructor]# | Construct a wrapper binding an object to the parameters used to (de)serialize it. | xref:ParamsWrapper/Serialize.adoc[`Serialize`] | Serialize the wrapped object through a params stream carrying the bound parameters. | xref:ParamsWrapper/Unserialize.adoc[`Unserialize`] | Unserialize the wrapped object through a params stream carrying the bound parameters. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#