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

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

Uses of ParsingDecoder in org.apache.avro.io
 

Subclasses of ParsingDecoder in org.apache.avro.io
 class JsonDecoder
          A Decoder for Avro's JSON data encoding.
 class ResolvingDecoder
          Decoder that performs type-resolution between the reader's and writer's schemas.
 class ValidatingDecoder
          An implementation of Decoder that ensures that the sequence of operations conforms to a schema.
 



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