Streaming

interface Streaming<T> : HttpSerializer<T>

Serializer for streaming operations that need full control over serialization of the body

Functions

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