去除阿里巴巴的JSON-踩雷

2021-02-01 07:15

阅读:644

标签:obj   ring   info   lazy   request   ice   gson   巴巴   doc   

技术图片

 

 由上图的JSON.toJSON替换成Gsons.toJson  原本以为JSON.toJSON是转换成String。实际上不是

JSON.toJSON (转换成JSONObject对象)和Gsons.toJson (转换成String)

由于该map不应该存string ,于是改造成Map

      document.put("request", Gsons.toMap(Gsons.toJson(serviceRequestDetail.getRequestDetail())));
      document.put("response", Gsons.toMap(Gsons.toJson(serviceRequestDetail.getResponseDetail())));
     

 

去除阿里巴巴的JSON-踩雷

标签:obj   ring   info   lazy   request   ice   gson   巴巴   doc   

原文地址:https://www.cnblogs.com/xuerong/p/13183570.html


评论


亲,登录后才可以留言!