public abstract class AvroDatumSupport<T> extends java.lang.Object
protected
AvroDatumSupport()
T
fromBytes(byte[] bytes, org.apache.avro.io.DatumReader<T> reader)
byte[]
toBytes(T source, org.apache.avro.io.DatumWriter<T> writer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected AvroDatumSupport()
public byte[] toBytes(T source, org.apache.avro.io.DatumWriter<T> writer)
public T fromBytes(byte[] bytes, org.apache.avro.io.DatumReader<T> reader)