T - The class of objects that can be serialized with this encoder / decoder.public abstract class CustomEncoding<T> extends Object
ValidatingEncoder is recommended.protected Schema schema
protected abstract void write(Object datum, Encoder out) throws IOException
IOExceptionprotected abstract T read(Object reuse, Decoder in) throws IOException
IOExceptionprotected Schema getSchema()
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.