any suggestions on deserializing xml in kotlin? tr...
# server
e
any suggestions on deserializing xml in kotlin? tried using jackson-dataformat-xml but i don't think its set up to work with kotlin classes
Nevermind, I'm getting some success with using jackson-dataformat-xml now!
n
Remember to use the Jackson Kotlin module ( https://github.com/FasterXML/jackson-module-kotlin ) for proper Kotlin support.
👍 2
l
jackson xml works moustly strange
with java too