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

Rename JsonDeserializer/JsonSerializer as ValueDeserializer/ValueSerializer in 3.0 #3044

Closed
cowtowncoder opened this issue Feb 4, 2021 · 0 comments
Labels
Milestone

Comments

@cowtowncoder
Copy link
Member

Although use of prefix Json made sense back in Jackson 1.0 era, we have tried to move in most cases.
One specific remaining case to fix is the abstract base classes JsonSerializer and JsonDeserializer.
Most of the code already talks about "value serializers" and "value deserializers" to refer to these (and to differentiate from "type" serializers/deserializers), so let's do:

  • JsonSerializer -> ValueSerializer
  • JsonDeserializer -> ValueDeserializer

This change may not be as drastic as it might at first seem since a vast majority of implementation will use more concrete base classes (StdSerializer, StdDeserializer); but there are still many places that need to be changed.

@cowtowncoder cowtowncoder added this to the 3.0.0 milestone Feb 8, 2021
@cowtowncoder cowtowncoder changed the title Rename Json[Se]Deserializer as Value[De]Serializer in 3.0 Rename JsonDeserializer/JsonSerializer as ValueDeserializer/ValueSerializer in 3.0 Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant