Skip to content
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

docs: clarify that @JsonFormat also affects deserializing #276

Open
marinier opened this issue Jan 22, 2025 · 0 comments
Open

docs: clarify that @JsonFormat also affects deserializing #276

marinier opened this issue Jan 22, 2025 · 0 comments

Comments

@marinier
Copy link

The wiki page and javadoc only mention serialization for the @JsonFormat annotation, but it also affects deserialization. The fix should be as simple as:

wiki:
"serializing" -> "serializing and deserializing"

javadoc:
"serialized" -> "serialized and deserialized"

I realize the header of the wiki section this is in already mentions deserialization, but I think the change would still help. The javadoc doesn't mention deserialization at all.

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

1 participant