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
Unserialize the wrapped object using the formatter.
Declared in <serialize.h>
template<typename Stream>
void
Unserialize(Stream& s);
Name |
Description |
s |
The input stream. |
Created with MrDocs