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. |
BinaryMessageEncoder
A
MessageEncoder that 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
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–2020 The Apache Software Foundation. All rights reserved.