Skip to content

Move Enum-related SerializationFeatures into EnumFeature (3.0) #5080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cowtowncoder opened this issue Apr 9, 2025 · 1 comment
Closed
Milestone

Comments

@cowtowncoder
Copy link
Member

(similar to #5079 )

There are some SerializationFeatures that would make more sense as more specific EnumFeatures. Let's make them. This includes:

  • WRITE_ENUMS_USING_TO_STRING (default: true; was false in 2.x)
  • WRITE_ENUMS_USING_INDEX (default: false)
  • WRITE_ENUM_KEYS_USING_INDEX (default: false)
@JooHyukKim
Copy link
Member

JooHyukKim commented Apr 10, 2025

Will get to this and the other one 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants