HttpSerializer

sealed interface HttpSerializer<T>

Implemented by types that know how to serialize to the HTTP protocol.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Serializer for non-streaming (simple) operations that don't need to ever suspend.

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

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