码迷,mamicode.com
首页 > 其他好文 > 详细

【Other】关于There is a cycle in the hierarchy!

时间:2017-08-05 22:04:03      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:str   忽略   hierarchy   类型   object   dev   死循环   des   hiera   

原因:

  父对象与子对象互相包含对方的类型的属性,造成死循环

解决方案1:

  JsonConfig config=new JsonConfig();

  config.setExcludes(new String[]{"devTask","employee","probClient"});  //传入要忽略的属性数组

  JSONObject json=JSONObject.fromObject(new Object(),config);    

 

  

  

 

  

 

【Other】关于There is a cycle in the hierarchy!

标签:str   忽略   hierarchy   类型   object   dev   死循环   des   hiera   

原文地址:http://www.cnblogs.com/LightChan/p/7291389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!