| Package | Description | 
|---|---|
| org.apache.avro.protobuf | Protocol Buffer
  compatibility. | 
| org.apache.avro.reflect | Use Java reflection to generate schemas and protocols for existing
classes. | 
| org.apache.avro.specific | Generate specific Java classes for schemas and protocols. | 
| org.apache.avro.thrift | Thrift compatibility. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProtobufDatumWriter<T>DatumWriterfor generated protobuf
 classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReflectDatumWriter<T>DatumWriterfor existing classes via
 Java reflection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpecificDatumWriter<T>DatumWriterfor generated Java
 classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ThriftDatumWriter<T>DatumWriterfor generated thrift
 classes. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.