ae v0.0.2728 (2020-08-02T06:18:06Z)
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