Uses of Class
io.permazen.encoding.PrimitiveEncoding
Packages that use PrimitiveEncoding
-
Uses of PrimitiveEncoding in io.permazen.encoding
Subclasses of PrimitiveEncoding in io.permazen.encodingModifier 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.Constructors in io.permazen.encoding with parameters of type PrimitiveEncodingModifierConstructorDescriptionprotected
Base64ArrayEncoding
(PrimitiveEncoding<E> elementEncoding, TypeToken<T> typeToken) PrimitiveWrapperEncoding
(PrimitiveEncoding<T> primitiveType)