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

JsonTypeDescriptor should use Objects.equals for both Collections and Maps #494

Closed
vladmihalcea opened this issue Oct 17, 2022 · 1 comment
Assignees
Milestone

Comments

@vladmihalcea
Copy link
Owner

Currently, the JsonTypeDescriptor uses the Objects.equals for Collection object types, but it should do that for Map object types as well.

As explained by this comment, this could speed up JSON object dirty checking processing.

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

No branches or pull requests

1 participant