I’m using Kotlin/JS and I found that I need someth...
# serialization
j
I’m using Kotlin/JS and I found that I need something like
encodeFromDynamic()
and
decodeFromDynamic()
, but as a
KSerializer
. I looked through the issues and found issue #2347 which makes a similar request. I attempted to implement it here, and it’s pretty straightforward. I’d like to write a ton of tests before sending this as a proper pull request. Should I do that?!
👀 2