【Gson】com.google.gson.internal.LinkedTreeMap cannot be cast to io.renren.modules.miniIO.dto.IpWhrite
问题描述有一段转换代码,使用Gson把Map字符串转换成Map对象,代码如下Gsongson=newGson();HashMapmap=gson.fromJson(mapStr,HashMap.class);Stringkey="xxx";IpWhiteipWhite=map.get(key);在执行“IpWhiteipWhite=map.get(key);”时报错java.lang.ClassC