ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
CustomJsonSerializer
ae
utils
json
Undocumented in source.
struct
CustomJsonSerializer (
Writer
) {
Writer
writer
;
void
put
(T v);
}
Members
Functions
put
void
put
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
writer
Writer
writer
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
json
aliases
JsonSerializer
functions
jsonParse
mixNonSerializedFields
toJson
toPrettyJson
structs
CustomJsonSerializer
JSONFragment
JSONName
JSONOptional
JSONPartial
JsonWriter
PrettyJsonWriter
templates
NonSerialized