Join Slack
Powered by
You just receive your data object, that’s it. `cal...
# ktor
o
orangy
01/06/2018, 3:46 PM
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
Open in Slack
Previous
Next