I don’t see kotlinx.serialization artifact for ktor server on the list of artifacts here https://ktor.io/quickstart/artifacts.html
Are there some artifacts not listed or kotlinx.serialization only available for ktor clients and not servers?
e
e5l
01/11/2019, 12:03 PM
Hi @zjuhasz. The
kotlinx.serialization
serializer is available only for the client(for now 🙂)
z
zjuhasz
01/11/2019, 12:06 PM
ok, on a related note does
ktor-server-servlet
have no dependency on an external framework similar to
ktor-client-cio
? I’m not sure I understand from reading the documentation.