BinaryDemarshallerStorageStrategy

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(const(ubyte[]) data)
Undocumented in source.

Members

Functions

GetBuffer
const(ubyte[]) GetBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
ReadVal
T ReadVal()
Undocumented in source. Be warned that the author may not have intended to support it.
SetBuffer
void SetBuffer(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IBinaryDemarshalerStorageStrategy

GetBuffer
immutable(ubyte[]) GetBuffer()
Undocumented in source.
SetBuffer
void SetBuffer(immutable(ubyte[]) data)
Undocumented in source.
ReadVal
T ReadVal()
Undocumented in source.

Meta