You just receive your data object, that’s it. `cal...
# ktor
o
You just receive your data object, that’s it.
call.receive<Person>()
will get JSON and deserialise it to
Person
using gson or jackson, depending on what serializer you install