Join Slack
Powered by
Forwarding my question and thread here as this sho...
# serialization
f
fkrauthan
10/10/2018, 6:41 PM
Forwarding my question and thread here as this should be the better place for it.
s
sandwwraith
10/11/2018, 10:12 AM
For backwards conversion, you can use this:
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/runtime_usage.md#dynamic-object-parser-js-only
For Kotlin->JS conversion, there’s a feature request that is not implemented yet:
https://github.com/Kotlin/kotlinx.serialization/issues/116
.
f
fkrauthan
10/11/2018, 3:51 PM
ah cool. I will add that ticket to my watch list. I am trying to use kotlin for a programming game (Screeps) that uses Javascript to run bots in a MMO world. This feature would be very helpful
2
Views
Open in Slack
Previous
Next