Smithy Kotlin
Toggle table of contents
1.5.11
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
:
<Error class: unknown class>
,
input
:
T
)
:
<Error class: unknown class>