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.

Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.