oprot.writeBitSet(optionals, 2);
if (struct.isSetTraceId()) {
oprot.writeI64(struct.traceId);
}
if (struct.isSetParentId()) {
oprot.writeI64(struct.parentId);
}
}
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, TInfo struct) throws org.apache.thrift.TException {