[#CNetAddr-Unserialize] = xref:CNetAddr.adoc[CNetAddr]::Unserialize :relfileprefix: ../ :mrdocs: Unserialize from a stream. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#