コード例 #1
0
 protected static T ConvertFromJsonString <T>(string jsonString)
 {
     return(JsonUtil.ConvertFromJsonString <T>(jsonString));
 }