在ArrayList翻新android中解析LinkedTreeMap

时间:2019-03-15 07:58:10

标签: android kotlin gson retrofit2

我在解析包含ArrayList i loaded an image from the response that shows the object structure enter image description here

中包含LinkedTreeMap的对象时遇到麻烦

我正在使用改造,解析器是Gson

我的对象看起来像这样:

data class MainResponse(val list:ArrayList<Contacts>)

data class Contacts(var contacts: LinkedTreeMap<String, String>)

@POST("load/")
fun getList(@Body req:Request): Observable<Response<MainResponse>>

0 个答案:

没有答案