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