在android开发中,前后端连接,因为要将后端获取的string类型转为对象类型,使用到了json
然后在Listview的adapter使用过程中报: com.google.gson.internal.LinkedTreeMap cannot be cast to com.example.okhttp.entity.UserEntity这个错误,
┭┮﹏┭┮,有学霸会解决吗?
在android开发中,前后端连接,因为要将后端获取的string类型转为对象类型,使用到了json
然后在Listview的adapter使用过程中报: com.google.gson.internal.LinkedTreeMap cannot be cast to com.example.okhttp.entity.UserEntity这个错误,
┭┮﹏┭┮,有学霸会解决吗?
你定义的UserEntity 和服务端返回的json格式不匹配。转换不成功导致。打印下后端返回的json数据,定位下哪里出了问题