NonStreaming

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

Functions

Link copied to clipboard
abstract fun deserialize(context: ExecutionContext, call: HttpCall, payload: ByteArray?): T