美文网首页
json如何转list

json如何转list

作者: wenny_6081 | 来源:发表于2018-07-30 17:44 被阅读0次
    String pageIdListStr = "";
    Type type = new TypeToken<List<Long>>() {
            }.getType();
            List<Long> pageIdList = JSONObject.parseObject(pageIdListStr,type);
    

    其他直接转不了的可以用这个反射方法,通用。

    相关文章

      网友评论

          本文标题:json如何转list

          本文链接:https://www.haomeiwen.com/subject/lsafvftx.html