Serializes the entire address manager state to a stream.
Synopsis
Declared in <addrman.h>
template<typename Stream>
void
Serialize(Stream& s_) const;
Parameters
Name |
Description |
s_ |
The output stream to write to. |
Created with MrDocs