TypeEncoding

Undocumented in source.

Members

Functions

encodesSuperset
bool encodesSuperset(TypeEncoding!(V) encoder)
Undocumented in source.
getType
AMQPType!(V) getType()
Undocumented in source.

Inherited Members

From ITypeEncoding

writeConstructor
void writeConstructor()
Undocumented in source.
getConstructorSize
int getConstructorSize()
Undocumented in source.
isFixedSizeVal
bool isFixedSizeVal()
Undocumented in source.
encodesJavaPrimitive
bool encodesJavaPrimitive()
Undocumented in source.
getValueSize
int getValueSize(Object val)
Undocumented in source.
writeValue
void writeValue(Object val)
Undocumented in source.
opCmp
int opCmp(ITypeEncoding o)
Undocumented in source.

Meta