Support for inter-process calls.
-
A
MessageEncoder
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.
-
Deserializes a single datum from a ByteBuffer, byte array, or InputStream.
Base class for
MessageEncoder
implementations that provides default
implementations for most of the
DatumEncoder
API.
Serializes an individual datum as a ByteBuffer or to an OutputStream.
Interface for classes that can provide avro schemas by fingerprint.