ParamsWrapper::Unserialize

Unserialize the wrapped object through a params stream carrying the bound parameters.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.