basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Switch from GSON to Moshi for JSON serialization #118

Open basshelal opened 5 years ago

basshelal commented 5 years ago

This isn't as easy or straightforward as I had thought, but it's still worth it as our database heavily relies on JSON serialization and deserialization so any speed up is definitely welcom and Moshi is significantly faster, so yeah we should still do this despite the difficulty