[#AddrMan-Unserialize] = xref:AddrMan.adoc[AddrMan]::Unserialize :relfileprefix: ../ :mrdocs: Deserializes the address manager state from a stream. == Synopsis Declared in `<addrman.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]#