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

Make the ImmutableCollections serializers public and final. #946

Merged

Conversation

chrisr3
Copy link
Contributor

@chrisr3 chrisr3 commented Mar 24, 2023

Declare the built-in serializers for Java's List.of(), Set.of() and Map.of() types to be both public and final. This makes it easier for Kryo extensions to detect them.

See #943.

@theigl theigl merged commit 0f105b1 into EsotericSoftware:master Mar 27, 2023
1 check passed
@chrisr3 chrisr3 deleted the public-immutable-serializers branch March 27, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants