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) |
Modifier and Type | Method and Description |
---|---|
org.apache.avro.Schema |
getSchema() |
T |
read(Object reuse,
org.apache.avro.io.Decoder in) |
void |
write(Object datum,
org.apache.avro.io.Encoder out) |
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 © 2020 FasterXML. All rights reserved.