[#CAddress-SerParams-operator_call] = xref:CAddress.adoc[CAddress]::xref:CAddress/SerParams.adoc[SerParams]::operator() :relfileprefix: ../../ :mrdocs: Binds these serialization parameters to `t`. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> auto operator()(T&& t) const; ---- == Return Value A wrapper associating the parameters with `t`. == Parameters [cols="1,4"] |=== | Name| Description | *t* | Object to serialize with these parameters. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#