Unserialize an object using its default serialization.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
typename T>
static
void
Unser(
Stream& s,
T& t);
Parameters
Name |
Description |
s |
The input stream. |
t |
The object to unserialize into. |
Created with MrDocs