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: <Error class: unknown class>, call: <Error class: unknown class>, payload: ByteArray?): T