Make the ImmutableCollections serializers public and final. by chrisr3 · Pull Request #946 · EsotericSoftware/kryo (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

View all resources

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

EsotericSoftware / kryo Public

Additional navigation options

Merged

theigl

merged 1 commit into

EsotericSoftware:masterfrom

chrisr3:public-immutable-serializers

Mar 27, 2023

ConversationCommits (1)ChecksFiles changed

Merged

Make the ImmutableCollections serializers public and final.#946

theigl

merged 1 commit into

EsotericSoftware:masterfrom

chrisr3:public-immutable-serializers

Conversation

@chrisr3

@chrisr3 chrisr3 commented

Mar 24, 2023

edited

Loading

Copy link Copy Markdown

Contributor

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.

@chrisr3

[Make the ImmutableCollections serializers public and final.](/EsotericSoftware/kryo/pull/946/commits/c689c76dc0f3be1ab0dd50d6a0557276cea8026d "Make the ImmutableCollections serializers public and final.")

[c689c76](/EsotericSoftware/kryo/pull/946/commits/c689c76dc0f3be1ab0dd50d6a0557276cea8026d)

@theigl theigl merged commit 0f105b1 into EsotericSoftware:master

Mar 27, 2023

@chrisr3 chrisr3 deleted the public-immutable-serializers branch

March 27, 2023 10:52

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@chrisr3 @theigl