I tried to find any information about support of k...
# ktor
g
I tried to find any information about support of kotlinx.serialization on Ktor, I saw that ktor-client-json is there, but it only for http client, is there any issue which I can track to see progress?
o
Right now
kotlinx.serialization
is limited in several ways (specifically in polymorphic cases). We’ll integrate it when it’s ready.