ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
JsonSerializer
ae
utils
serialization
json
Undocumented in source.
deprecated
struct
JsonSerializer (
C
) {
import
ae
.
utils
.
textout
;
;
void
[
0
]
anchor
;
alias
serializer
=
Serializer
.
Impl
!
anchor
;
StringBuilder
sb
;
alias
writer
=
JsonWriter
.
Impl
!(
serializer
,
sb
)
;
void
serialize
(T v);
}
Members
Aliases
serializer
alias
serializer
=
Serializer
.
Impl
!
anchor
Undocumented in source.
writer
alias
writer
=
JsonWriter
.
Impl
!(
serializer
,
sb
)
Undocumented in source.
Functions
serialize
void
serialize
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
anchor
void
[
0
]
anchor
;
Undocumented in source.
sb
StringBuilder
sb
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
serialization
json
functions
jsonParse
toJson
structs
Escapes
JsonDeserializer
JsonParser
JsonSerializer
JsonWriter
variables
escapes