Is there any way to use `kotlinx.serialization` fo...
# getting-started
f
Is there any way to use
kotlinx.serialization
for a Javascript project to convert my data class to a simple Javascript object and back without all the heavy auto gen code and to string serialization?
k
#serialization (for next time), but see here: https://github.com/Kotlin/kotlinx.serialization/issues/24
f
Thanks. Didn't know that there is a special channel for it. But it seems like it only works JS -> Kotlin nothing mentions Kotlin -> JS on the linked ticket
k
Ah, my bad.