Interface PrimitiveArrayTypeDecoder

All Superinterfaces:
PrimitiveTypeDecoder<Object>, StreamTypeDecoder<Object>, TypeDecoder<Object>
All Known Implementing Classes:
AbstractArrayTypeDecoder, Array32TypeDecoder, Array8TypeDecoder

public interface PrimitiveArrayTypeDecoder extends PrimitiveTypeDecoder<Object>
Provides an interface for an Array type decoder that provides the Proton decoder with entry points to read arrays in a manner that support the desired Java array type to be returned.