| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| org.apache.avro.message | 
| Class and Description | 
|---|
| BinaryMessageDecoder A  MessageDecoderthat reads a binary-encoded datum. | 
| BinaryMessageEncoder A  MessageEncoderthat adds a header and 8-byte schema fingerprint to
 each datum encoded as binary. | 
| SchemaStore Interface for classes that can provide avro schemas by fingerprint. | 
| Class and Description | 
|---|
| MessageDecoder Deserializes a single datum from a ByteBuffer, byte array, or InputStream. | 
| MessageDecoder.BaseDecoder Base class for  MessageEncoderimplementations that provides default
 implementations for most of theDatumEncoderAPI. | 
| MessageEncoder Serializes an individual datum as a ByteBuffer or to an OutputStream. | 
| SchemaStore Interface for classes that can provide avro schemas by fingerprint. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.