list<T> 序列化 json对象 ----------- JSONObject -------JSONObject.toJSONString(str); 解析:JSONObject.parseArray(str,T.class);
list<T> 序列化 json数组 ----------- JSONArray -------JSONArray.toJSONString(str); 解析; JSONArray.parseArray
2023-08-04 10:42:34
list<T> 序列化 json对象 ----------- JSONObject -------JSONObject.toJSONString(str); 解析:JSONObject.parseArray(str,T.class);
list<T> 序列化 json数组 ----------- JSONArray -------JSONArray.toJSONString(str); 解析; JSONArray.parseArray
下一篇:PCAP研究