Is there anything I would gain by migrating from m...
# serialization
p
Is there anything I would gain by migrating from moshi/gson to kotlin serialization besides multi platform?
n
it is reflection free? possibly faster although that makes not much difference
p
Yes it's reflection free
t
codegen for gson and moshi is available, too: https://github.com/square/moshi#codegen
l
I find the API to be great, and it can work with other formats, not just JSON.
Compilation is faster than with kapt, and you are writing multiplatform code