FloatingSizePrimitiveTypeEncoding

Undocumented in source.

Constructors

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

Members

Functions

getEncodedValueSize
int getEncodedValueSize(T val)
Undocumented in source.
getSizeBytes
int getSizeBytes()
Undocumented in source.
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.
writeEncodedValue
void writeEncodedValue(T val)
Undocumented in source.
writeSize
void writeSize(T val)
Undocumented in source.
writeValue
void writeValue(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta