ae ~sd (2021-12-20T16:35:43.7627576)
Dub
Repo
Deserializer.FieldHandler
ae
utils
sd
serialization
deserializer
Deserializer
Undocumented in source.
struct
Deserializer
(T)
static if
(
is(T == struct)
)
struct
FieldHandler {
T
*
target
;
FieldNameHandler
nameHandler
;
void
handlePairKey
(Reader reader);
void
handlePairValue
(Reader reader);
void
handleEnd
();
}
Members
Functions
handleEnd
void
handleEnd
()
Undocumented in source. Be warned that the author may not have intended to support it.
handlePairKey
void
handlePairKey
(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
handlePairValue
void
handlePairValue
(Reader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nameHandler
FieldNameHandler
nameHandler
;
Undocumented in source.
target
T
*
target
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
sd
serialization
deserializer
Deserializer
functions
handleArray
handleMap
handleNumeric
handleValue
manifest constants
maxLength
static variables
fieldNames
structs
ArrayHandler
FieldHandler
FieldNameHandler
StructHandler
variables
canHandleValue
target