If I have a ktor client call which receives a List...
# server
r
If I have a ktor client call which receives a List of objects in JSON, how do I pass in a serializer so that List<Foo> can be deserialized?
e
#ktor