Exemplo n.º 1
0
 public string ToJson()
 {
     return(SmartJosnSerializer.Serialize(this));
 }
Exemplo n.º 2
0
 public static SmartObject Parse(string json)
 {
     return(SmartJosnSerializer.Deserialize <SmartObject>(json));
 }