Join Slack
Powered by
Is there a ios Decodable equivalent in kotlin? Was...
# multiplatform
s
sushma nayak
03/22/2021, 9:48 PM
Is there a ios Decodable equivalent in kotlin? Was trying to achieve a generic api client in kotlin for a kmm project.
https://kotlinlang.slack.com/archives/C0A974TJ9/p1616449454066700
r
rudolf.hladik
03/24/2021, 8:28 AM
You have to pass the serializer explicitly, with type
KSerializer<T>
✅ 1
6
Views
Open in Slack
Previous
Next