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