vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
JsonSerializer.writeValue
index
vibe
data
json
JsonSerializer
Undocumented in source. Be warned that the author may not have intended to support it.
void
writeValue
(T value)
void
writeValue
(T value)
struct
JsonSerializer
void
writeValue
(
Traits
T
)
(
auto
ref
T
value
)
if
(
is
(
T
==
Json
)
)
void
writeValue
(T value)
Meta
Source
See Implementation
index
vibe
data
json
JsonSerializer
constructors
this
functions
beginReadArrayEntry
beginReadDictionaryEntry
beginWriteArray
beginWriteArrayEntry
beginWriteDictionary
beginWriteDictionaryEntry
endReadArrayEntry
endReadDictionaryEntry
endWriteArray
endWriteArrayEntry
endWriteDictionary
endWriteDictionaryEntry
getSerializedResult
readArray
readDictionary
readValue
tryReadNull
writeValue
postblits
this(this)
templates
isJsonBasicType
isSupportedValueType