Writer

Undocumented in source.

Constructors

this
this(BytesIO bytes, bool simple)
Undocumented in source.

Members

Aliases

writeList
alias writeList = writeArray
Undocumented in source.
writeListWithRef
alias writeListWithRef = writeArrayWithRef
Undocumented in source.
writeMap
alias writeMap = writeAssociativeArray
Undocumented in source.
writeMapWithRef
alias writeMapWithRef = writeAssociativeArrayWithRef
Undocumented in source.

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArrayWithRef
void writeArrayWithRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeAssociativeArray
void writeAssociativeArray(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeAssociativeArrayWithRef
void writeAssociativeArrayWithRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBool
void writeBool(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytes
void writeBytes(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytesWithRef
void writeBytesWithRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDate
void writeDate(Date value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDateTime
void writeDateTime(DateTime value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDouble
void writeDouble(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeEmpty
void writeEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
writeInteger
void writeInteger(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLong
void writeLong(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLong
void writeLong(BigInt value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNull
void writeNull()
Undocumented in source. Be warned that the author may not have intended to support it.
writeObject
void writeObject(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeObjectWithRef
void writeObjectWithRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeString
void writeString(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeStringWithRef
void writeStringWithRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSysTime
void writeSysTime(SysTime value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTime
void writeTime(TimeOfDay value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTuple
void writeTuple(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUTF8Char
void writeUTF8Char(wchar value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUUID
void writeUUID(UUID value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

stream
BytesIO stream [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta