ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Impl.ObjectSink
ae
utils
serialization
json
JsonWriter
Impl
Undocumented in source.
template
Impl
(alias source, alias output)
static static
template
ObjectSink (
alias
output
) {
static
void
handleField
(NameReader nameReader, ValueReader valueReader);
}
Members
Static functions
handleField
void
handleField
(NameReader nameReader, ValueReader valueReader)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
serialization
json
JsonWriter
Impl
aliases
Parent
arraySink
objectSink
sink
static functions
makeSink
static variables
needComma
templates
ArraySink
ObjectSink
Sink