Is there a library that provides Kotlinx.serializa...
# ktor
b
Is there a library that provides Kotlinx.serialization as a ContentNegotiation feature?
Added server kotlinx.serialization initial support (
SerializationConverter
)
Added initial kotlinx.serialization support for server including receiving generic collections.
b
Yeah, saw that, but can't realy find it
e
Also all available converters listed here: https://api.ktor.io/1.2.3/io.ktor.features/-content-converter/index.html 🙂
b
Do i need an extra library for Serialization converter?
As it's not listed on the web
And I cannot find it available in code
g
Probably website is just not updated yet As I understand you need this https://search.maven.org/artifact/io.ktor/ktor-serialization/1.2.3/jar
b
Thanks!
Thanks for pointing out
b
Wow, that was quick! 😄