It isn’t related to ktor, I haven’t used the `Gson...
# ktor
r
It isn’t related to ktor, I haven’t used the
GsonSupport
in
ktor
yet. But in kotlin in general, just deserializing json data was a bit confusing at first. It would sometimes fail to deserialize silently, or, especially with SOAP (and MS implementation specifically), serializing would not work the way I expected. I solved that mostly by changing soap libraries, but was quite a journey getting to that point, especially when the other SOAP endpoints we were hitting were working fine.