is there any solution other than Moshi, Gson, KotlinX-Serialization to serialize json in Android? We should not add anything to build.gradle while using technology. We should not download a library from here.
Is there a method on Android just like Codable on iOS? Also, I think how we should do this part is important since Converter will be passed when using it with Retrofit.
Does anyone have experience and advice on this subject?
org.jsonpackage which, if I am not mistaken, comes with the framework. You'd have to do the parsing yourself, just like with Codable on iOS. If you want samples, there are plenty of examples.RetroFitis a third party too right?