Conversation
Montagon
left a comment
There was a problem hiding this comment.
After checking with @javipacheco , we thought that it would be nice to use Kotlinx Serialization: https://github.com/Kotlin/kotlinx.serialization
What do you think?
I’ve been looking into it, and I’ve noticed that Kotlinx Serialization doesn’t natively support XML. How would we go about handling XML in that case? Would we need to use another library alongside it? |
I tried to use https://github.com/pdvrieze/xmlutil and https://github.com/rharter/kotlinx-serialization-xml but there is a lot of problems and dont have a json ignore unknown properties |
Cool, no problem. We can keep Jackson then. Thanks!! |
Create logic of get details endpoint and tests