@Deprecated public interface SerializerDeserializer
| Modifier and Type | Method and Description |
|---|---|
Datum |
deserialize(int index,
byte[] bytes,
int offset,
int length,
byte[] nullCharacters)
Deprecated.
|
void |
init(Schema schema)
Deprecated.
|
int |
serialize(int index,
Tuple tuple,
OutputStream out,
byte[] nullCharacters)
Deprecated.
|
void init(Schema schema)
int serialize(int index,
Tuple tuple,
OutputStream out,
byte[] nullCharacters)
throws IOException
IOExceptionDatum deserialize(int index, byte[] bytes, int offset, int length, byte[] nullCharacters) throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.