#1410
rjzwgtxy1#
0h4hbjxa2#
JSON.DEFAULT_PARSER_FEATURE |= Feature.DisableCircularReferenceDetect.getMask();这个设置了么?
6mzjoqzu3#
配置了
5hcedyr04#
温少,本来打算用这个版本到生产上,测试又发现发现问题。。真心不敢上
1mrurvl15#
设置错了吧 是JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.DisableCircularReferenceDetect.getMask();
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.DisableCircularReferenceDetect.getMask();
亲测可用
5sxhfpxr6#
生产建议把这个配置上吗
s71maibg7#
String mapJson = JSON.toJSONString(map, SerializerFeature.DisableCircularReferenceDetect);
7条答案
按热度按时间rjzwgtxy1#
#1410
0h4hbjxa2#
JSON.DEFAULT_PARSER_FEATURE |= Feature.DisableCircularReferenceDetect.getMask();
这个设置了么?
6mzjoqzu3#
配置了
5hcedyr04#
温少,本来打算用这个版本到生产上,测试又发现发现问题。。真心不敢上
1mrurvl15#
设置错了吧 是
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.DisableCircularReferenceDetect.getMask();
亲测可用
5sxhfpxr6#
生产建议把这个配置上吗
s71maibg7#