Package net.sourceforge.jbizmo.commons.avro.util
package net.sourceforge.jbizmo.commons.avro.util
-
ClassDescriptionException that will be thrown if the conversion of an Avro object has failedUtility class that converts Avro objects into similar objects and vice versa by using reflection.Exception that will be thrown if an Avro object could not be deserializedAvroObjectDeserializer<T extends org.apache.avro.specific.SpecificRecordBase>Utility class for deserializing Avro objectsException that will be thrown if an Avro object could not be serializedAvroObjectSerializer<T extends org.apache.avro.specific.SpecificRecordBase>Utility class for serializing Avro objects