public class AvroSerializer<T> extends java.lang.Object
AvroSerializer()
T
deserialize(byte[] bytes, org.apache.avro.io.DatumReader<T> reader)
byte[]
serialize(T input, org.apache.avro.io.DatumWriter<T> writer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AvroSerializer()
public T deserialize(byte[] bytes, org.apache.avro.io.DatumReader<T> reader) throws java.io.IOException
java.io.IOException
public byte[] serialize(T input, org.apache.avro.io.DatumWriter<T> writer) throws java.io.IOException