Deserializer.ArraySink

Undocumented in source.
template Deserializer(alias anchor)
deprecated static
struct ArraySink (
T
) {}

Members

Functions

handleValue
void handleValue(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin SinkHandlers!T
Undocumented in source.

Variables

arr
T[] arr;
Undocumented in source.

Mixed In Members

From mixin SinkHandlers!T

unparseable
template unparseable(string inputType)
Undocumented in source.
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.
handleStringFragments
alias handleStringFragments = unparseable!"string fragments"
Undocumented in source.
handleArray
void handleArray(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleArray
alias handleArray = unparseable!"array"
Undocumented in source.
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.
handleObject
alias handleObject = unparseable!"object"
Undocumented in source.
handleNull
void handleNull()
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.
handleNumeric
void handleNumeric(CC[] v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta