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.
当在一个方法上加注解@JSONField之后,序列化结果会把这个方法的返回值作为结果。


但是当在两个方法上加注解@JSONField之后,序列化结果会变成默认枚举值。


1.2.83版本想做新功能,自定义返回枚举的序列化结果值,这个想法是值得鼓励的,不过不应该使用老版本已经存在的@JSONField注解,这样同一个注解承担了两个职责,会导致老版本方法中使用@JSONField直接升级后序列化结果出错,新增一个注解承担这个功能会好一些。
The text was updated successfully, but these errors were encountered: