public interface SerializerDeserializer
Modifier and Type | Method and Description |
---|---|
Datum |
deserialize(Column col,
byte[] bytes,
int offset,
int length,
byte[] nullCharacters) |
int |
serialize(Column col,
Datum datum,
OutputStream out,
byte[] nullCharacters) |
int serialize(Column col, Datum datum, OutputStream out, byte[] nullCharacters) throws IOException
IOException
Datum deserialize(Column col, byte[] bytes, int offset, int length, byte[] nullCharacters) throws IOException
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.