示例#1
0
 public static object LoadObjFromJSonString(string str, Type t)
 {
     return(JsonLib.LoadObjFromJSonString(str, t, mJsonSerializer));
 }