Uses of Class
org.apache.avro.io.ParsingEncoder

Packages that use ParsingEncoder
org.apache.avro.io Utilities for Encoding and Decoding Avro data. 
 

Uses of ParsingEncoder in org.apache.avro.io
 

Subclasses of ParsingEncoder in org.apache.avro.io
 class JsonEncoder
          An Encoder for Avro's JSON data encoding.
 class ValidatingEncoder
          An implementation of Encoder that wraps another Encoder and ensures that the sequence of operations conforms to the provided schema.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.