oprot.writeBitSet(optionals, 2);
if (struct.isSetTinfo()) {
struct.tinfo.write(oprot);
}
if (struct.isSetScanID()) {
oprot.writeI64(struct.scanID);
}
}
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, continueMultiScan_args struct) throws org.apache.thrift.TException {