I’m learning HBase by practising. I got how to convert a byte array from a customWritableObject. I have created a byte array using
byte[] byteArray = WritableUtils.toByteArray(customWritableObject);
Not able to get how to convert it back to customWritableObejct from byteArray.