Package | Description |
---|---|
org.apache.avro.ipc |
Support for inter-process calls.
|
org.apache.avro.message |
Class and Description |
---|
BinaryMessageDecoder
A
MessageDecoder that reads a binary-encoded datum. |
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
MessageEncoder implementations that provides default
implementations for most of the DatumEncoder API. |
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–2017 The Apache Software Foundation. All rights reserved.