HttpDeserializer

sealed interface HttpDeserializer<T>

Implemented by types that know how to deserialize from the HTTP protocol.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Deserializer for non-streaming (simple) operations that don't need to ever suspend. These operations are handed the full payload if it exists.

Link copied to clipboard
interface Streaming<T> : HttpDeserializer<T>

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