CustomEncoding
accessible since they are otherwise package-private.
Modifier and Type | Field and Description |
---|---|
private final CustomEncoding | |
private static final Method | |
private static final Method | |
private static final Method |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Schema | |
public T | |
public void |
encoding | back to summary |
---|---|
private final CustomEncoding<T> encoding |
GET_SCHEMA | back to summary |
---|---|
private static final Method GET_SCHEMA |
READ | back to summary |
---|---|
private static final Method READ |
WRITE | back to summary |
---|---|
private static final Method WRITE |
CustomEncodingWrapper | back to summary |
---|---|
public CustomEncodingWrapper(CustomEncoding<T> encoding) |
getSchema | back to summary |
---|---|
public Schema getSchema() |
read | back to summary |
---|---|
public T read(Object reuse, Decoder in) throws IOException
|
write | back to summary |
---|---|
public void write(Object datum, Encoder out) throws IOException |