41 private void _OnSerializing(StreamingContext context)
43 this.ints[0] = this._bits.ToInt();
48 private void _OnDeserialized(StreamingContext context)
50 this._bits.SetInt(this.ints[0]);
56 if (this.outcomes ==
null)
58 this.outcomes =
new List<WorkOutcome>();
65 public List<WorkOutcome> outcomes;
69 public int[] ints =
new int[5];
72 public BitArray32 _bits;