All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.avro.io.package.html Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version





Utilities for Encoding and Decoding Avro data.

{@link org.apache.avro.io.Encoder} is the abstract type encapsulating the encoding of Avro data. Encoder instances are created and configured with {@link org.apache.avro.io.EncoderFactory}.

{@link org.apache.avro.io.Decoder} is the abstract type encapsulating the decoding of Avro data. Decoder instances are created and configured with {@link org.apache.avro.io.DecoderFactory}.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy