Uses of Package
org.apache.avro.message
Packages that use org.apache.avro.message
-
Classes in org.apache.avro.message used by org.apache.avro.ipcClassDescriptionA
MessageDecoder
that reads a binary-encoded datum.AMessageEncoder
that adds a header and 8-byte schema fingerprint to each datum encoded as binary.Interface for classes that can provide avro schemas by fingerprint. -
Classes in org.apache.avro.message used by org.apache.avro.messageClassDescriptionDeserializes a single datum from a ByteBuffer, byte array, or InputStream.Base class for
MessageEncoder
implementations that provides default implementations for most of theDatumEncoder
API.Serializes an individual datum as a ByteBuffer or to an OutputStream.Interface for classes that can provide avro schemas by fingerprint.