AbstractDescribedType.DynamicDescribedTypeEncoding

Undocumented in source.

Constructors

this
this(TypeEncoding!(M) underlyingEncoding)
Undocumented in source.

Members

Functions

encodesJavaPrimitive
bool encodesJavaPrimitive()
Undocumented in source. Be warned that the author may not have intended to support it.
encodesSuperset
bool encodesSuperset(TypeEncoding!(T) encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructorSize
int getConstructorSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
AMQPType!(T) getType()
Undocumented in source. Be warned that the author may not have intended to support it.
getValueSize
int getValueSize(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
isFixedSizeVal
bool isFixedSizeVal()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(ITypeEncoding o)
Undocumented in source. Be warned that the author may not have intended to support it.
writeConstructor
void writeConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
writeValue
void writeValue(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta