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