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
IOException
protected abstract T read(Object reuse, Decoder in) throws IOException
IOException
protected Schema getSchema()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.