| Interface | Description | 
|---|---|
| EncodedDatum | Interface for handling opaque avro-encoded objects. | 
| Class | Description | 
|---|---|
| ArrayWriteContext | |
| AvroWriteContext | |
| CustomEncodingDatum<T> | Writes out an object using a  CustomEncoding | 
| CustomEncodingSerializer<T> | Serializes an object using a avro  CustomEncoding | 
| MapWriteContext | Alternative to  ObjectWriteContextthat needs to be used with
 Avro Map datatype. | 
| NonBSGenericDatumWriter<D> | Need to sub-class to prevent encoder from crapping on writing an optional
 Enum value (see [dataformat-avro#12]) | 
| NopWriteContext | Bogus  AvroWriteContextused when ignoring structured output. | 
| ObjectWriteContext | 
Copyright © 2019 FasterXML. All rights reserved.