mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
CborSerializer.putValue
mir
ser
cbor
CborSerializer
Serializes a big integer (BigInt) into CBOR format using the serializer.
(community summary)
void
putValue
(BigInt!size num)
struct
CborSerializer
(Appender)
@
safe
pure scope
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
(const(char)[] value)
void
putValue
(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
Serializes a big integer (BigInt) into CBOR format using the serializer. (community summary)