Interface PrimitiveTypeEncoder<V>

Type Parameters:
V - the type that this encoder writes.
All Superinterfaces:
TypeEncoder<V>
All Known Implementing Classes:
AbstractPrimitiveTypeEncoder, ArrayTypeEncoder, BinaryTypeEncoder, BooleanTypeEncoder, ByteTypeEncoder, CharacterTypeEncoder, Decimal128TypeEncoder, Decimal32TypeEncoder, Decimal64TypeEncoder, DoubleTypeEncoder, FloatTypeEncoder, IntegerTypeEncoder, ListTypeEncoder, LongTypeEncoder, MapTypeEncoder, NullTypeEncoder, ShortTypeEncoder, StringTypeEncoder, SymbolTypeEncoder, TimestampTypeEncoder, UnsignedByteTypeEncoder, UnsignedIntegerTypeEncoder, UnsignedLongTypeEncoder, UnsignedShortTypeEncoder, UUIDTypeEncoder

public interface PrimitiveTypeEncoder<V> extends TypeEncoder<V>
Marker interface for an encoder of Primitive types such as Integer or Boolean