mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
TextSerializer.putValue
mir
ser
text
TextSerializer
Writes a numeric value of type Num or BigInt to the text serializer.
(community summary)
void
putValue
(Num num)
void
putValue
(BigInt!size num)
struct
TextSerializer
(string sep, Appender)
void
putValue
(
size_t
size
)
(
auto
ref
const
BigInt
!
size
num
)
void
putValue
(Decimal!size num)
void
putValue
(typeof(null) )
void
putValue
(bool b)
void
putValue
(char[] value)
void
putValue
(Clob value)
void
putValue
(Blob value)
void
putValue
(Timestamp value)
mir
ser
text
TextSerializer
functions
annotationWrapperBegin
annotationWrapperEnd
annotationsEnd
elemBegin
listBegin
listEnd
nextTopLevelValue
putAnnotation
putCompiletimeAnnotation
putCompiletimeKey
putKey
putNull
putStringPart
putSymbol
putValue
sexpBegin
sexpElemBegin
sexpEnd
stringBegin
stringEnd
structBegin
structEnd
variables
appender
serdeTarget
Writes a numeric value of type Num or BigInt to the text serializer. (community summary)