CAddress::Ser

Ser overloads

Synopses

Declared in <netaddress.h>

Serializes the address, applying the encoding selected by the stream params.

template<typename Stream>
static
void
Ser(
    Stream& s,
    CAddress const& obj);
» more...

Serialize the underlying network address followed by the big-endian TCP port.

template<typename Stream>
static
void
Ser(
    Stream& s,
    CService const& obj);
» more...