@Override
 public void readFields(DataInput in) throws IOException {
   t.readFields(in);
   this.synthetic = in.readBoolean();
   this.omittable = in.readBoolean();
 }