TTupleProtocol iprot = (TTupleProtocol) prot;
struct.table = iprot.readBinary();
struct.setTableIsSet(true);
struct.row = iprot.readBinary();
struct.setRowIsSet(true);
struct.family = iprot.readBinary();
struct.setFamilyIsSet(true);
struct.qualifier = iprot.readBinary();
struct.setQualifierIsSet(true);
struct.put = new TPut();
struct.put.read(iprot);