is there a reason why xml serialization is not part of kotlinx but ktor?
b
is there a reason why xml serialization is not part of kotlinx but ktor?
h
It’s not part of Ktor, but a very good 3rd party library: https://github.com/pdvrieze/xmlutil
b
right, there's where I picked up the "use ktor" part
s
Well, that third-party library is exactly what Ktor uses.