使用JSON-lib时报There is a cycle in the hierarchy!错误的解决方案
今天使用JSON.fronObject()时,报出了Thereisacycleinthehierarchy!错误,原因就是用的POJO类与其他类之间有引用关系,具体可以进入PO类,应该会有这样一段privateSetorderInfos=newHashSet(0);
privateSetstaffMoneyInfos=newHashSet(0);
//.....其他代码这时JSON序列化该对象时,