Gson解析数组多类型元素
摘要:本文的出现是为了解决以下需求:使用Gson对json数组进行解析,但是数组里面元素的类型是多种的。数据如下:{"list":[{ "type":0, "data":{ "id":1, "color":"red" }},{ "type":1, ...
阅读全文
posted @ 2015-10-29 16:11
posted @ 2015-10-29 16:11