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
ObjectWriteContext that 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
AvroWriteContext used when ignoring structured output. |
ObjectWriteContext |
Copyright © 2017 FasterXML. All rights reserved.