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?