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
gildor
12/28/2018, 5:16 PM
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
gildor
12/28/2018, 5:18 PM
There are some benchmarks, but with old implementation, you can check issue tracker I probably saw them there.
gildor
12/28/2018, 5:19 PM
Kotlinx.serialization still under active development (compiler side and runtime)