clashcaddie

Results 1 issues of clashcaddie

I am trying to deserialise some XML and am getting the following exception. I have these includes: implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2" implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.2") implementation("com.fasterxml.woodstox:woodstox-core:6.2.8") I can serialise/deserialize json fine, the issue is just...