| Class | Description |
|---|---|
| AvroSerializerUtil | |
| CharSequenceSerializer |
A CharSequenceSerializer translates the byte[] to and from CharSequenceSerializer object of Avro.
|
| GoraSerializerTypeInferer |
Utility class that infers the concrete Serializer needed to turn a value into
its binary representation
|
| ListSerializer<T> |
A GenericArraySerializer translates the byte[] to and from GenericArray of Avro.
|
| MapSerializer<T> |
A MapSerializer translates the byte[] to and from Map of Avro.
|
| SpecificFixedSerializer |
A SpecificFixedSerializer translates the byte[] to and from SpecificFixed of Avro.
|
| TypeUtils |
Utility class that infers the concrete Serializer needed to turn a value into
its binary representation
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.