FastJSON 转换List<T> ,Map<T,T>泛型失败 处理方法
时间:2017-06-10 22:07:10
收藏:0
阅读:1519
dictDataMap = JSON.parseObject(dictAllCacheResult,new TypeReference<Map<String, DictionaryDataEntity>>(){});
采用fastJson提供的另一种转换方式即可
原文:http://www.cnblogs.com/zyzcj/p/6979882.html
评论(0)