JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.apache.avro.io.ParsingEncoder
Packages that use
ParsingEncoder
Package
Description
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
Modifier and Type
Class
Description
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.