Exemplo n.º 1
0
 public static T FromLitJson <T>(this string str)
 {
     return(LitHelper.Deserialize <T>(str));
 }
Exemplo n.º 2
0
 public static object FromLitJson(this string str, Type type)
 {
     return(LitHelper.Deserialize(str, type));
 }