|
Class Summary |
| GenericArraySerializer<T> |
A GenericArraySerializer translates the byte[] to and from GenericArray of Avro. |
| GoraSerializerTypeInferer |
Utility class that infers the concrete Serializer needed to turn a value into
its binary representation |
| SpecificFixedSerializer |
A SpecificFixedSerializer translates the byte[] to and from SpecificFixed of Avro. |
| StatefulHashMapSerializer<T> |
A StatefulHashMapSerializer translates the byte[] to and from StatefulHashMap of Avro. |
| TypeUtils |
Utility class that infers the concrete Serializer needed to turn a value into
its binary representation |
| Utf8Serializer |
A Utf8Serializer translates the byte[] to and from Utf8 object of Avro. |