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.IOExceptionCellPath deserialize(DataInputPlus in) throws java.io.IOException
java.io.IOExceptionlong serializedSize(CellPath path)
void skip(DataInputPlus in) throws java.io.IOException
java.io.IOExceptionCopyright © 2018 The Apache Software Foundation