serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
ValueWithEncoders
text
json
EncodeTest
Undocumented in source.
struct
ValueWithEncoders {
@
Json
("asFoo")
@
Json
.
Encode
!
asFoo
string
foo
;
@
Json
("asBar")
@
Json
.
Encode
!
asBar
string
bar
;
static
JSONValue
asFoo
(string field);
static
JSONValue
asBar
(string field);
}
Members
Static functions
asBar
JSONValue
asBar
(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
asFoo
JSONValue
asFoo
(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bar
string
bar
;
Undocumented in source.
foo
string
foo
;
Undocumented in source.
Meta
Source
See Implementation
text
json
EncodeTest
functions
encodeTypeWithEncoder
mixins
__anonymous
structs
NestedValue
TypeWithEncoder
Value
ValueWithEncoders
templates
encodeTests