Unserialize from a stream.

Synopsis

Declared in <netaddress.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

Name

Description

s

The input stream to read from.

Created with MrDocs