[#ParamsWrapper-Serialize] = xref:ParamsWrapper.adoc[ParamsWrapper]::Serialize :relfileprefix: ../ :mrdocs: Serialize 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 Serialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#