Aarogyasetu_android: Use of Moshi over Gson

Created on 26 May 2020  路  3Comments  路  Source: nic-delhi/AarogyaSetu_Android

Moshi is a modern, high performance and recommend serialisation library for kotlin and java by Square developers. Gson has some limitations and existing bugs which Moshi overcomes. If it's used in this codebase we can also reduce some amount of code.

Most helpful comment

@PatilShreyas I don't think there's any issue with using Gson. If so please mention exactly where and how to reproduce the issue.

All 3 comments

@PatilShreyas I don't think there's any issue with using Gson. If so please mention exactly where and how to reproduce the issue.

Yeah. No issues with current implementation but it's for enhancement and best practices.

I don't see any issue with using Gson. Even GSON passes green in SonarQube scan as well.

Was this page helpful?
0 / 5 - 0 ratings