FastJson序列化
Posted bbchao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FastJson序列化相关的知识,希望对你有一定的参考价值。
String post = HttpClientUtils.httpPost(martinUrl + "index/status",new HashMap<>());
JSONObject object = JSON.parseObject(post);
String jsonString = object.getJSONArray("data").toJSONString();
List<MartinResVo> list = JSON.parseArray(jsonString, MartinResVo.class);
list.forEach(x->{
x.setChineseDesc(IndexNameEnum.getDescByAlias(x.getIndexAlias()));
});
res.setData(list);
以上是关于FastJson序列化的主要内容,如果未能解决你的问题,请参考以下文章
高危,Fastjson反序列化远程代码执行漏洞风险通告,请尽快升级
Fastjson 反序列化 Jndi 注入利用 JdbcRowSetImpl 链