The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ISerializer.putValue
mir
ser
interfaces
ISerializer
void
putValue
(ubyte value)
void
putValue
(ushort value)
void
putValue
(uint value)
void
putValue
(byte value)
void
putValue
(short value)
void
putValue
(int value)
void
putValue
(long value)
void
putValue
(ulong value)
void
putValue
(float value)
void
putValue
(double value)
void
putValue
(real value)
void
putValue
(BigInt!128 value)
void
putValue
(Decimal!128 value)
void
putValue
(typeof(null) )
interface
ISerializer
@
safe
pure scope
void
putValue
(
typeof
(null)
)
void
putValue
(bool b)
void
putValue
(char[] value)
void
putValue
(Clob value)
void
putValue
(Blob value)
void
putValue
(Timestamp value)
Meta
Source
See Implementation
mir
ser
interfaces
ISerializer
functions
annotationWrapperBegin
annotationWrapperEnd
annotationsEnd
elemBegin
listBegin
listEnd
nextTopLevelValue
putAnnotation
putKey
putNull
putStringPart
putSymbol
putValue
serdeTarget
sexpBegin
sexpElemBegin
sexpEnd
stringEnd
structBegin
structEnd