private static class checkAndDelete_argsTupleScheme extends TupleScheme<checkAndDelete_args> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, checkAndDelete_args struct) throws org.apache.thrift.TException {
TTupleProtocol oprot = (TTupleProtocol) prot;
oprot.writeBinary(struct.table);
oprot.writeBinary(struct.row);
oprot.writeBinary(struct.family);
oprot.writeBinary(struct.qualifier);
struct.deleteSingle.write(oprot);
BitSet optionals = new BitSet();