Example #1
0
 public Argument(SerializationInfo info, StreamingContext context)
 {
     ModuleUtils.FillDeserializationInfo(info, this, this.GetType());
 }
Example #2
0
 public RetryCounter(SerializationInfo info, StreamingContext context)
 {
     ModuleUtils.FillDeserializationInfo(info, this, this.GetType());
 }
Example #3
0
 public SequenceGroupInfo(SerializationInfo info, StreamingContext context)
 {
     ModuleUtils.FillDeserializationInfo(info, this, this.GetType());
 }
Example #4
0
 public ParameterData(SerializationInfo info, StreamingContext context)
 {
     ModuleUtils.FillDeserializationInfo(info, this, this.GetType());
 }