MapSerializer
Serializes a map. In Smithy, keys in maps are always Strings.
Functions
Link copied to clipboard
abstract fun listEntry(key: String, listDescriptor: SdkFieldDescriptor, block: ListSerializer.() -> Unit)
Writes the field name given in the descriptor, and then serializes the list field using the given block.
Link copied to clipboard
abstract fun mapEntry(key: String, mapDescriptor: SdkFieldDescriptor, block: MapSerializer.() -> Unit)
Writes the field name given in the descriptor, and then serializes the map field using the given block.
Inherited functions
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
abstract fun serializeInstant(value: <Error class: unknown class>, format: <Error class: unknown class>)
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Calls the serialize method on the given object.
Link copied to clipboard
Serializes the given value.
Link copied to clipboard
Serializes the given value.