Uses of Class
io.permazen.encoding.PrimitiveEncoding
-
Uses of PrimitiveEncoding in io.permazen.encoding
Modifier and TypeClassDescriptionclass
class
byte
primitive type.class
Character
type.class
Double
type.class
Float
type.class
int
primitive type.class
IntegralEncoding<T extends Number>
Support superclass for the integral types encoded viaLongEncoder
.class
Long type.class
NumberEncoding<T extends Number>
Support superclass for the numeric primitive types.class
Short type.class
Encoding forvoid
primitive type.ModifierConstructorDescriptionprotected
Base64ArrayEncoding
(PrimitiveEncoding<E> elementEncoding, TypeToken<T> typeToken) PrimitiveWrapperEncoding
(PrimitiveEncoding<T> primitiveType)