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

Migrate from gson to KotlinX serialization #224

Closed
andregasser opened this issue Jun 6, 2023 · 1 comment · Fixed by #270
Closed

Migrate from gson to KotlinX serialization #224

andregasser opened this issue Jun 6, 2023 · 1 comment · Fixed by #270
Assignees
Labels
code quality Everything related to code quality hacktoberfest
Milestone

Comments

@andregasser
Copy link
Owner

andregasser commented Jun 6, 2023

According to the link below, gson is in maintenance mode. There will be bug fixes but no new feature development. Therefore, Gson should be replaced with something actively maintained. KotlinX serialization was proposed by @PattaFeuFeu , which is a nice fit for this Kotlin library.

https://github.com/google/gson

@andregasser andregasser added this to the 3.0.0 milestone Jun 6, 2023
@andregasser andregasser added the code quality Everything related to code quality label Jun 6, 2023
@PattaFeuFeu
Copy link
Collaborator

I’d like to pick this one up ✋

@andregasser andregasser changed the title Migrate from gson to jackson Migrate from gson to KotlinX serialization Oct 14, 2023
@andregasser andregasser modified the milestones: 3.0.0, 2.0.0 Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Everything related to code quality hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants