ae v0.0.1896 (2017-02-27T15:20:58Z)
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
NonSerializedFields
jsonParse
toJson
toPrettyJson
structs
CustomJsonSerializer
JSONName
JSONOptional
JsonWriter
PrettyJsonWriter
templates
NonSerialized