JSONEncoder

Serialization target which writes a JSON stream. Output should be a cheaply copyable reference to an output sink.

Members

Enums

canHandleTypeHint
eponymoustemplate canHandleTypeHint(T)
Undocumented in source.
canHandleValue
eponymoustemplate canHandleValue(T)
Undocumented in source.
canPut
eponymoustemplate canPut(C)
Undocumented in source.

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.
handleTypeHint
void handleTypeHint(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handleValue
void handleValue(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

output
Output output;
Undocumented in source.

Meta