Hello, good evening everyone.
I have a plan replace Gson to Serialization.
But My project has many modules, they are using Moshi and Gson in Core module ( base module for all of Features)
So What are the pros and cons of using Serialization library?
Is there anything I need to keep in mind when switching from Gson to Serialization?
Thanks.