Would JB going to have a plan for XML parsing?
# announcements
i
Would JB going to have a plan for XML parsing?
s
You mean as a format for Kotlin serialization? If so I haven't heard of it. So we just use the Jackson library: https://www.baeldung.com/jackson-xml-serialization-and-deserialization
j
There's already a third-party serializer for kotlinx.serialization available
i
Do you have a name of it?
j
It's linked from the repo. There's a section of third-party serializers somewhere.
i
oh thanks, I found it.