Deserializer

Undocumented in source.

Constructors

this
this(TCPConnection stream, size_t chunkSize)
Undocumented in source.

Members

Functions

beginMessage
void beginMessage(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
check
void check(size_t needed)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(byte s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(ubyte[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(T[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeBytes
void deserializeBytes(ubyte[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeSlice
void deserializeSlice(ubyte[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
endMessage
void endMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
getChunk
ubyte[] getChunk(size_t needed)
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
void getMessage(int size, int correlationId)
Undocumented in source. Be warned that the author may not have intended to support it.
metadataResponse_v0
auto metadataResponse_v0()
Undocumented in source. Be warned that the author may not have intended to support it.
offsetResponse_v0
auto offsetResponse_v0()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read()
Undocumented in source. Be warned that the author may not have intended to support it.
skipBytes
void skipBytes(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta