vibe-sdlang ~master (2022-05-10T05:47:51.9392484)
Dub
Repo
SDLangSerializer.readDictionary
vibe
data
sdl
SDLangSerializer
Undocumented in source. Be warned that the author may not have intended to support it.
void
readDictionary
(void delegate(string) @(safe) field_handler)
struct
SDLangSerializer
@
trusted
void
readDictionary
(
Traits
)
(
scope
void
delegate
(
string
)
@
safe
field_handler
)
if
(
isAssociativeArray
!(
Traits.Type
)
)
void
readDictionary
(void delegate(string) @(safe) field_handler)
Meta
Source
See Implementation
vibe
data
sdl
SDLangSerializer
constructors
this
enums
isSDLBasicType
isSupportedValueType
functions
beginReadArrayEntry
beginReadDictionaryEntry
beginWriteArray
beginWriteArrayEntry
beginWriteDictionary
beginWriteDictionaryEntry
endReadArrayEntry
endReadDictionaryEntry
endWriteArray
endWriteArrayEntry
endWriteDictionary
endWriteDictionaryEntry
getSerializedResult
readArray
readDictionary
readValue
tryReadNull
writeValue
postblits
this(this)