Smithy Kotlin
Toggle table of contents
1.6.12
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.operation
/
HttpSerializer
/
NonStreaming
Non
Streaming
interface
NonStreaming
<
T
>
:
HttpSerializer
<
T
>
Serializer for non-streaming (simple) operations that don't need to ever suspend.
Members
Functions
serialize
Link copied to clipboard
abstract
fun
serialize
(
context
:
ExecutionContext
,
input
:
T
)
:
HttpRequestBuilder