public static interface CellPath.Serializer
Modifier and Type | Method and Description |
---|---|
CellPath |
deserialize(DataInputPlus in) |
void |
serialize(CellPath path,
DataOutputPlus out) |
long |
serializedSize(CellPath path) |
void |
skip(DataInputPlus in) |
void serialize(CellPath path, DataOutputPlus out) throws java.io.IOException
java.io.IOException
CellPath deserialize(DataInputPlus in) throws java.io.IOException
java.io.IOException
long serializedSize(CellPath path)
void skip(DataInputPlus in) throws java.io.IOException
java.io.IOException
Copyright © 2018 The Apache Software Foundation