Deserializer.StructHandler

Undocumented in source.
struct Deserializer(T)
static if(is(T == struct))
struct StructHandler {}

Members

Functions

handleEnd
void handleEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
handlePair
void handlePair(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

target
T* target;
Undocumented in source.

Meta