[#ParamsWrapper-Unserialize] = xref:ParamsWrapper.adoc[ParamsWrapper]::Unserialize :relfileprefix: ../ :mrdocs: Unserialize the wrapped object through a params stream carrying the bound parameters. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#