Join Slack
Powered by
Is there anything I would gain by migrating from m...
# serialization
p
Paul Woitaschek
03/26/2019, 9:24 AM
Is there anything I would gain by migrating from moshi/gson to kotlin serialization besides multi platform?
n
Nikky
03/26/2019, 12:32 PM
it is reflection free? possibly faster although that makes not much difference
p
Paul Woitaschek
03/26/2019, 1:13 PM
Yes it's reflection free
t
thevery
03/26/2019, 10:30 PM
codegen for gson and moshi is available, too:
https://github.com/square/moshi#codegen
l
louiscad
03/27/2019, 1:56 PM
I find the API to be great, and it can work with other formats, not just JSON.
louiscad
03/27/2019, 1:57 PM
Compilation is faster than with kapt, and you are writing multiplatform code
4
Views
Open in Slack
Previous
Next