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

Packages that use ParsingDecoder
org.apache.avro.io Input/output utilities. 
 

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 peforms 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 © 2009 The Apache Software Foundation