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
Name |
Description |
s |
The input stream. |
Created with MrDocs