| 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>
DatumWriter for generated protobuf
 classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReflectDatumWriter<T>
DatumWriter for existing classes via
 Java reflection. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpecificDatumWriter<T>
DatumWriter for generated Java
 classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ThriftDatumWriter<T>
DatumWriter for generated thrift
 classes. | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.