获取此json的SerializedName改装

时间:2018-09-05 13:10:37

标签: android class retrofit2 pojo

我正在使用Retrofit来发送Rest Request;我正在使用Pojo Class和SerializedName参数来获取Response,但是无法为此JSON数据创建类。

  

谁使用SerializedName Retrofit2在所有内容项中获取数据数组

{
  "content": [
    {
      "type": "slider",
      "title": "",
      "analyticsAction": {},
      "data": [
        {
          "image": {},
          "title": {},
          "subTitle": {},
          "url": ""
        }
      ]
    },
    {
      "type": "vendorList",
      "title": "",
      "analyticsAction": {},
      "data": [
        700,
        266,
        15
      ]
    },
    {
      "type": "productList",
      "title": "",
      "analyticsAction": {},
      "data": [
        34600,
        34266,
        3456
      ]
    },
    {
      "type": "banner",
      "title": "",
      "analyticsAction": {},
      "data": {
        "image": {},
        "title": {},
        "url": ""
      }
    }
  ]
}

0 个答案:

没有答案