首页
IT
登录
6mi
u
盘
搜
搜 索
IT
使用Gson将List转化为JSON并转回List
使用Gson将List转化为JSON并转回List
xiaoxiao
2021-03-25
140
List
<
News
>
newss
=
gson
.
fromJson(
cache
,
new
TypeToken
<
List
<
News
>>
(){}
.
getType());
转载请注明原文地址: https://ju.6miu.com/read-9569.html
技术
最新回复
(
0
)