ObjectMapType.ShortMapEncoding

Undocumented in source.

Constructors

this
this(EncoderImpl encoder, DecoderImpl decoder)
Undocumented in source.

Members

Functions

encodesSuperset
bool encodesSuperset(TypeEncoding!(Map!(Object, Object)) encoder)
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.
getEncodedValueSize
int getEncodedValueSize(Map!(Object, Object) val)
Undocumented in source. Be warned that the author may not have intended to support it.
getEncodingCode
byte getEncodingCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
ObjectMapType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
readValue
Object readValue()
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(Map!(Object, Object) value, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
skipValue
void skipValue()
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.
writeEncodedValue
void writeEncodedValue(Map!(Object, Object) map)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MapEncoding

setValue
void setValue(Map!(Object, Object) value, int length)
Undocumented in source.

Meta