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

Add serializer for kotlin.uuid.Uuid [for Kotlin 2.0.20] #2744

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

sandwwraith
Copy link
Member

in a simple .toString()/.parse() form.

It is expected to be added as a standard serializer to the Kotlin 2.1 serialization plugin.

Fixes #2730

@sandwwraith
Copy link
Member Author

sandwwraith commented Jul 12, 2024

Check with Kotlin Master (Linux) fails on K1 step because LV=1.9 rejects Uuid since it is marked with @SinceKotlin("2.0"). Some configuration tweaks are underway.

@sandwwraith
Copy link
Member Author

Waiting for 2.0.20-RC2 because experimental annotation was changed to ExperimentalUuid

@shanshin
Copy link
Contributor

Should we merge it now?

@sandwwraith
Copy link
Member Author

I think I'll make update to 2.0.20 as a separate PR

in a simple .toString()/.parse() form.

It is expected to be added as a standard serializer to the Kotlin 2.1 serialization plugin.

Fixes #2730
@sandwwraith sandwwraith merged commit 62aa4bb into dev Aug 26, 2024
4 checks passed
@sandwwraith sandwwraith deleted the uuid-serializer branch August 26, 2024 12:29
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

Successfully merging this pull request may close these issues.

2 participants