serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
Value
text
json
DecodeTest
Undocumented in source.
struct
Value {
@
Json
("IntValueElement")
int
intValue
;
@
Json
("StringValueElement")
string
stringValue
;
@
Json
("BoolValueElement")
bool
boolValue
;
@
Json
("NestedElement")
NestedValue
nestedValue
;
const
@
Json
("ArrayElement")
int
[]
arrayValue
;
@
Json
("AssocArrayElement")
string
[
string
]
assocArray
;
@
Json
("DateElement")
Date
dateValue
;
@
Json
("SysTimeElement")
SysTime
sysTimeValue
;
}
Members
Variables
arrayValue
int
[]
arrayValue
;
Undocumented in source.
assocArray
string
[
string
]
assocArray
;
Undocumented in source.
boolValue
bool
boolValue
;
Undocumented in source.
dateValue
Date
dateValue
;
Undocumented in source.
intValue
int
intValue
;
Undocumented in source.
nestedValue
NestedValue
nestedValue
;
Undocumented in source.
stringValue
string
stringValue
;
Undocumented in source.
sysTimeValue
SysTime
sysTimeValue
;
Undocumented in source.
Meta
Source
See Implementation
text
json
DecodeTest
functions
decodeTypeWithDecoder
decodeTypeWithIntArrayDecoder
structs
NestedValue
OptionalValues
TypeWithDecoder
TypeWithIntArrayDecoder
Value
ValueWithDecoders