I have a working MPP using ktor with serialization...
# serialization
p
I have a working MPP using ktor with serialization & models in a shared module. Builds and runs on Android, however building to iOS I get some build errors around serialization. Specifically: An operation is not implemented: Serializable classes with inheritance Is there a list of deltas between what is implemented on the different platforms and the status of different features on each platform?
s
We are trying to make platforms as uniform as possible. AFAIR, the only differences in Native are non-working (yet) inheritance,
Mapper
class and polymorphic serialization (which I hope will be fixed soon)
p
great! thanks for your work on the project