Deserializer.SinkHandlers

Undocumented in source.

Members

Aliases

handleArray
alias handleArray = unparseable!"array"
Undocumented in source.
handleObject
alias handleObject = unparseable!"object"
Undocumented in source.
handleStringFragments
alias handleStringFragments = unparseable!"string fragments"
Undocumented in source.

Functions

handleArray
void handleArray(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleBoolean
void handleBoolean(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
handleNull
void handleNull()
Undocumented in source. Be warned that the author may not have intended to support it.
handleNumeric
void handleNumeric(CC[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
handleObject
void handleObject(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleObject
void handleObject(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleString
void handleString(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
handleStringFragments
void handleStringFragments(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

unparseable
template unparseable(string inputType)
Undocumented in source.

Meta