Smithy Kotlin
Toggle table of contents
1.5.23
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.operation
/
HttpDeserializer
/
Streaming
Streaming
interface
Streaming
<
T
>
:
HttpDeserializer
<
T
>
Deserializer for streaming operations that need full control over deserialization of the body
Members
Functions
deserialize
Link copied to clipboard
abstract
suspend
fun
deserialize
(
context
:
ExecutionContext
,
call
:
HttpCall
)
:
T