WvStreams
|
Deserialize a complex templated object. More...
#include <wvserialize.h>
Static Public Member Functions | |
static T | go (WvBuf &buf) |
Deserialize a complex templated object.
See wv_deserialize().
This class is needed because partial template specialization only works on classes, not on functions. So in order to define a generic deserializer for, say, WvList<T>, we have to have a class with a member function. Sigh.
Definition at line 208 of file wvserialize.h.