Interface CellPath.Serializer

  • Enclosing class:
    CellPath

    public static interface CellPath.Serializer
    • Method Detail

      • serialize

        void serialize​(CellPath path,
                       DataOutputPlus out)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        CellPath deserialize​(DataInputPlus in)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • serializedSize

        long serializedSize​(CellPath path)
      • skip

        void skip​(DataInputPlus in)
           throws java.io.IOException
        Throws:
        java.io.IOException