Package net.sourceforge.jbizmo.commons.avro.util
-
Class Summary Class Description AvroObjectConverter Utility class that converts Avro objects into similar objects and vice versa by using reflection.AvroObjectDeserializer<T extends org.apache.avro.specific.SpecificRecordBase> Utility class for deserializing Avro objectsAvroObjectSerializer<T extends org.apache.avro.specific.SpecificRecordBase> Utility class for serializing Avro objects -
Exception Summary Exception Description AvroObjectConversionException Exception that will be thrown if the conversion of an Avro object has failedAvroObjectDeserializationException Exception that will be thrown if an Avro object could not be deserializedAvroObjectSerializationException Exception that will be thrown if an Avro object could not be serialized