Kotlinx.Serialization library a very interesting library. I have written an article about one reason why I recommend to use it in a Kotlin project. Lie to me Kotlin!
I am working as an Android developer. Earlier most crashes was caused by NullPointerException (NPE). Why ? Because…petnagy.medium.com Most of the serialization libraries using reflection (like GSON, Jackson, etc…). I think reflection is a hack. With reflection we are able to do lot of…