public class CustomEncodingWrapper<T> extends Object
CustomEncoding
accessible since they are otherwise package-private.Constructor and Description |
---|
CustomEncodingWrapper(org.apache.avro.reflect.CustomEncoding<T> encoding) |
public CustomEncodingWrapper(org.apache.avro.reflect.CustomEncoding<T> encoding)
public void write(Object datum, org.apache.avro.io.Encoder out) throws IOException
IOException
public org.apache.avro.Schema getSchema()
public T read(Object reuse, org.apache.avro.io.Decoder in) throws IOException
IOException
Copyright © 2017 FasterXML. All rights reserved.