mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
CborSerializer.putValue
mir
ser
cbor
CborSerializer
Encodes a BigInt, Decimal, or null value into CBOR format.
(community summary)
void
putValue
(BigInt!size num)
void
putValue
(Decimal!size num)
void
putValue
(typeof(null) )
void
putValue
(bool b)
void
putValue
(const(char)[] value)
void
putValue
(Clob value)
struct
CborSerializer
(Appender)
@
safe
pure scope
void
putValue
(
scope
const
Clob
value
)
void
putValue
(Blob value)
void
putValue
(Timestamp value)
mir
ser
cbor
CborSerializer
aliases
listEnd
sexpBegin
sexpElemBegin
sexpEnd
stringEnd
functions
annotationWrapperBegin
annotationWrapperEnd
annotationsEnd
elemBegin
listBegin
nextTopLevelValue
putAnnotation
putKey
putNull
putStringPart
putSymbol
putValue
stringBegin
structBegin
structEnd
variables
serdeTarget
Encodes a BigInt, Decimal, or null value into CBOR format. (community summary)