You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Exception in thread "main" java.lang.StackOverflowError
at com.alibaba.fastjson.JSON.getMixInAnnotations(JSON.java:1384)
at com.alibaba.fastjson.serializer.SerializeConfig.get(SerializeConfig.java:878)
at com.alibaba.fastjson.serializer.SerializeConfig.getObjectWriter(SerializeConfig.java:444)
at com.alibaba.fastjson.serializer.SerializeConfig.getObjectWriter(SerializeConfig.java:440)
at com.alibaba.fastjson.serializer.JSONSerializer.getObjectWriter(JSONSerializer.java:448)
at com.alibaba.fastjson.serializer.JSONSerializer.write(JSONSerializer.java:309)
at com.alibaba.fastjson.serializer.EnumSerializer.write(EnumSerializer.java:58)
at com.alibaba.fastjson.serializer.JSONSerializer.write(JSONSerializer.java:312)
at com.alibaba.fastjson.serializer.EnumSerializer.write(EnumSerializer.java:58)
at com.alibaba.fastjson.serializer.JSONSerializer.write(JSONSerializer.java:312)
The text was updated successfully, but these errors were encountered:
版本:1.2.72,1.2.73,1.2.75
枚举中只有一个值,并且被@JSONField,序列化时溢出
枚举2个值以上,序列化正常。
The text was updated successfully, but these errors were encountered: