Ejemplo n.º 1
0
 public string Serialize() => Helper.ToJson(this);
Ejemplo n.º 2
0
 private static object DeserializeArgument(string argument, Type type)
 {
     return(argument != null?Helper.FromJson(argument, type) : null);
 }