ParamsWrapper::Serialize

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

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sThe output stream.