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

Moshi vs Gson vs KotlinX.serialization #9

Closed
Nodrex opened this issue Mar 20, 2022 · 2 comments
Closed

Moshi vs Gson vs KotlinX.serialization #9

Nodrex opened this issue Mar 20, 2022 · 2 comments
Assignees

Comments

@Nodrex
Copy link
Owner

Nodrex commented Mar 20, 2022

No description provided.

@Nodrex Nodrex added this to the Let us begin milestone Mar 20, 2022
@nmgalo
Copy link
Collaborator

nmgalo commented Mar 21, 2022

According to this reddit biggest disatvanages of Gson is that it use java reflection.

Well now we have 2 players left, Kotlinx.serialization vs moshi

In this case, let's trust the benchmark results our colleagues conducted on this library, and we can say that Moshi's library is more optimized.
Kotlin/kotlinx.serialization#1156

With all of this in mind today's winner is Moshi 🥳🥳🥳

@Nodrex
Copy link
Owner Author

Nodrex commented Mar 22, 2022

Ok then Moshi it is

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

No branches or pull requests

2 participants