当进行toJSONString的时候,默认如果重用对象的话,会使用引用的方式进行引用对象。
DisableCircularReferenceDetect来禁止循环引用检测:
JSON.toJSONString(object,SerializerFeature.DisableCircularReferenceDetect);
原文链接:https://www.f2er.com/json/289338.html当进行toJSONString的时候,默认如果重用对象的话,会使用引用的方式进行引用对象。
DisableCircularReferenceDetect来禁止循环引用检测:
JSON.toJSONString(object,SerializerFeature.DisableCircularReferenceDetect);
原文链接:https://www.f2er.com/json/289338.html