Package org.apache.avro.io
-
Class Summary Class Description ByteBufferOptimizedBinaryDecoder This class is a wrapper ofBinaryDecoder
with the following optimization: When deserializing byte array field, instead of copying the bytes into a newByteBuffer
, this class will create a ByteBuffer, which is wrapping the original array.ByteBufferToHexFormatJsonEncoder This class overridesJsonEncoder.writeBytes(byte[], int, int)
, in order to convert all bytes schema data to hexadecimal strings in the output stream, since hexadecimal strings are more readable.OptimizedBinaryDecoder This class is used to optimize bytes field decoding.OptimizedBinaryDecoderFactory