https://blog.csdn.net/ShiXinXin_Harbour/article/details/120829943

String转List:

 mVideoHistoryList = gson.fromJson(strExistList, new TypeToken<List<VideoVpModel>>() {

        }.getType()); //将json字符串转换成List集合

List转String:
String strHistoryList = gson.toJson(mVideoHistorySumList);

分类: Gson

0 条评论

发表回复

您的电子邮箱地址不会被公开。