首页 > 代码库 > FastJSON 转换List<T> ,Map<T,T>泛型失败 处理方法

FastJSON 转换List<T> ,Map<T,T>泛型失败 处理方法

   技术分享

dictDataMap = JSON.parseObject(dictAllCacheResult,new TypeReference<Map<String, DictionaryDataEntity>>(){});

采用fastJson提供的另一种转换方式即可

FastJSON 转换List<T> ,Map<T,T>泛型失败 处理方法