public interface PrimitiveTypeEncoding<T> extends TypeEncoding<T>, TypeConstructor<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructorSize() |
byte |
getEncodingCode() |
PrimitiveType<T> |
getType() |
void |
writeConstructor() |
encodesJavaPrimitive, encodesSuperset, getValueSize, isFixedSizeVal, writeValueencodesJavaPrimitive, getTypeClass, readValue, skipValuePrimitiveType<T> getType()
getType in interface TypeEncoding<T>byte getEncodingCode()
void writeConstructor()
writeConstructor in interface TypeEncoding<T>int getConstructorSize()
getConstructorSize in interface TypeEncoding<T>