Unserialize the wrapped object using the formatter.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The input stream.

Created with MrDocs