Join Slack
Powered by
is there a reason why xml serialization is not par...
# serialization
b
Bernhard
10/16/2025, 2:01 PM
is there a reason why xml serialization is not part of kotlinx but ktor?
h
hfhbd
10/16/2025, 2:05 PM
It’s not part of Ktor, but a very good 3rd party library:
https://github.com/pdvrieze/xmlutil
b
Bernhard
10/16/2025, 2:05 PM
right, there's where I picked up the "use ktor" part
s
Sebastian Schuberth
10/16/2025, 2:33 PM
Well, that third-party library is exactly
what Ktor uses
.
2
Views
Open in Slack
Previous
Next