How do I register json transformations for the kto...
# serialization
r
How do I register json transformations for the ktor http client when using CIO async calls using kotlinx.serialization ? I get
Copy code
io.ktor.client.call.NoTransformationFoundException: No transformation found: class <http://kotlinx.coroutines.io|kotlinx.coroutines.io>.ByteBufferChannel -> class FooApiResponse
	at io.ktor.client.call.HttpClientCall.receive(HttpClientCall.kt:88)