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
---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2022年09月10日 15:56 |
| 收件人 | ***@***.***> |
| 抄送人 | ***@***.***> |
| 主题 | Re: [alibaba/fastjson2] [BUG] 使用 @jsontype(writeEnumAsJavaBean = true) 序列化枚举,与期待结果不一致 (Issue #730) |
https://github.com/alibaba/fastjson2/releases/tag/2.0.13
2.0.13版本已经发布,请用帮忙用新版本验证
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
问题描述
使用
@JSONType(writeEnumAsJavaBean = true)
序列化枚举,与期待结果不一致环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
test_serializeEnumAsJavaBean()
方法期待的正确结果
预期:{"remark":"支付订单","value":1}
实际结果
实际:"PayOrder"
The text was updated successfully, but these errors were encountered: