hdarritchon
12/17/2018, 3:23 PMShawn
12/17/2018, 3:41 PMHttpClient is perfectly capable of sending and receiving XML, Jackson provides an XmlMapper for serialization and deserialization, and jackson-module-kotlin can handle automatic marshalling between XML and Kotlin classesShawn
12/17/2018, 3:52 PM