[#CAddress-Unser-09] = xref:CAddress.adoc[CAddress]::Unser :relfileprefix: ../ :mrdocs: Serialize the underlying network address followed by the big‐endian TCP port. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> static void Unser( Stream& s, xref:CService.adoc[CService]& obj); ---- == Parameters [cols="1,4"] |=== | Name| Description | *obj* | A combination of a network address (CNetAddr) and a (TCP) port |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#