Streaming

interface Streaming<T> : HttpDeserializer<T>

Deserializer for streaming operations that need full control over deserialization of the body

Functions

Link copied to clipboard
abstract suspend fun deserialize(context: <Error class: unknown class>, call: <Error class: unknown class>): T