[#CNetAddr-SerParams] = xref:CNetAddr.adoc[CNetAddr]::SerParams :relfileprefix: ../ :mrdocs: Serialization parameters selecting the address wire encoding. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SerParams; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CNetAddr/SerParams/operator_call.adoc[`operator()`] | Bind these parameters to an object for (un)serialization. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:CNetAddr/SerParams/enc.adoc[`enc`] | The encoding to use. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:CAddress/SerParams.adoc[`SerParams`] | Serialization parameters pairing a network encoding with a target format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#