Deserializer

Sink for deserializing data into a variable of type T.

Members

Functions

handleArray
void handleArray(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMap
void handleMap(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleNumeric
void handleNumeric(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleValue
void handleValue(U value)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxLength
enum maxLength;
Undocumented in source.

Static variables

fieldNames
string[] fieldNames;
Undocumented in source.

Structs

ArrayHandler
struct ArrayHandler
Undocumented in source.
FieldHandler
struct FieldHandler
Undocumented in source.
FieldNameHandler
struct FieldNameHandler
Undocumented in source.
StructHandler
struct StructHandler
Undocumented in source.

Variables

canHandleValue
enum bool canHandleValue(U);
Undocumented in source.
target
T* target;
Undocumented in source.

Meta