Skip to content

[Java] add enum test cases for Jackson, Gson #3531

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

Merged
merged 4 commits into from
Aug 5, 2016

Conversation

wing328
Copy link
Contributor

@wing328 wing328 commented Aug 5, 2016

  • add enum test cases for Jackson, Gson
  • add symbol mapping (e.g. period)
  • fix jackson deserialization issue using @JsonCreator

@cbornet
Copy link
Contributor

cbornet commented Sep 14, 2016

@wing328 I think the @JsonCreator is not needed if the ObjectMapper is configured with READ_ENUMS_USING_TO_STRING. It would make the POJOS lighter.

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

Successfully merging this pull request may close these issues.

2 participants