Skip navigation links

Package org.apache.avro.io

Utilities for Encoding and Decoding Avro data.

See: Description

Package org.apache.avro.io Description

Utilities for Encoding and Decoding Avro data.

Encoder is the abstract type encapsulating the encoding of Avro data. Encoder instances are created and configured with EncoderFactory.

Decoder is the abstract type encapsulating the decoding of Avro data. Decoder instances are created and configured with DecoderFactory.

Skip navigation links

Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.