Should I be using kotlinx.serialization for server...
# ktor
s
Should I be using kotlinx.serialization for server side serialization / deserialization? I'm not seeing a kotlinx.serialization
ContentNegotiation
feature for kotlinx.serialization. Has anyone benchmarked it against jackson?
g
Kotlinx.serialization for now is not featureful enough, for example there are problems with polymorphism and just a lot of features of formats are not available
There are some benchmarks, but with old implementation, you can check issue tracker I probably saw them there.
Kotlinx.serialization still under active development (compiler side and runtime)
s
thx