Christophe BeylsKotlin JSON Benchmark on Android (2022): Moshi vs Kotlin SerializationWhen it comes to automatic serialization and deserialization of Kotlin classes using the JSON format, the two main libraries compatible…Oct 14, 20222
Kacper WojciechowskiMoshi vs KotlinX Serialization — the ultimate benchmarkMoshi and KotlinX Serialization are solutions commonly used in Kotlin language to work with data in JSON format. I’ve decided to look at…Jul 6, 20232Jul 6, 20232
Etienne Dieuned NoumenA Daily chronicle of AI Innovations : 🏴☠️ OpenAI secrets stolen by hacker 🤖 French AI lab…A Daily chronicle of AI Innovations July 04th 2024:Jul 4Jul 4
InProAndroidDevbySherry YuanHow Kotlin Annotations Work — Part 2: Moshi Case StudyExploring how Moshi leverages annotation processing, reflection, and Android lint for JSON parsing.Apr 7Apr 7
Christophe BeylsKotlin JSON Benchmark on Android (2022): Moshi vs Kotlin SerializationWhen it comes to automatic serialization and deserialization of Kotlin classes using the JSON format, the two main libraries compatible…Oct 14, 20222
Kacper WojciechowskiMoshi vs KotlinX Serialization — the ultimate benchmarkMoshi and KotlinX Serialization are solutions commonly used in Kotlin language to work with data in JSON format. I’ve decided to look at…Jul 6, 20232
Etienne Dieuned NoumenA Daily chronicle of AI Innovations : 🏴☠️ OpenAI secrets stolen by hacker 🤖 French AI lab…A Daily chronicle of AI Innovations July 04th 2024:Jul 4
InProAndroidDevbySherry YuanHow Kotlin Annotations Work — Part 2: Moshi Case StudyExploring how Moshi leverages annotation processing, reflection, and Android lint for JSON parsing.Apr 7
Zorbey TorunoğluMoshiMoshi is a modern JSON library for Android and Java that makes it easy to parse JSON into Java/Kotlin objects and vice versa. It’s…May 18
InProAndroidDevbyLucasSolving the Moshi enumeration problem using genericsHow reified type parameters will save you from “copypasta” when parsing enums.Nov 19, 20222
Sandeep KellaMoshi vs GsonMoshi and Gson are both popular libraries for parsing JSON data in Android development. Here’s a breakdown of each, along with use cases…May 16