Ejemplo n.º 1
0
 public static new EndEvent Deserialize(string json)
 {
     return(BaseCatchEvent.Deserialize <EndEvent>(json));
 }
Ejemplo n.º 2
0
 public static new BoundaryEvent Deserialize(string json)
 {
     return(BaseCatchEvent.Deserialize <BoundaryEvent>(json));
 }