is there a way to make data classes extend codable...
# kotlin-native
h
is there a way to make data classes extend codable without explicitly stating it in the code?
o
long term solution is to rely upon https://github.com/Kotlin/kotlinx.serialization (which is being ported to K/N), in the meantime, some ideas could be found in https://github.com/JetBrains/kotlinconf-app/tree/master/ios/src/main/kotlin/data
h
cheers