Package-level declarations
Types
Link copied to clipboard
Exception class for all deserialization errors
Link copied to clipboard
interface Deserializer
Deserializer is a format agnostic deserialization interface. Specific formats (e.g. JSON, XML, etc) implement this interface and handle the underlying raw decoding process and deal with details specific to that format.
Link copied to clipboard
interface FieldTrait
This tag interface provides a mechanism to attach type-specific metadata to any field. See aws.smithy.kotlin.runtime.serde.xml.XmlList for an example implementation.
Link copied to clipboard
Serializes a list.
Link copied to clipboard
Serializes a map. In Smithy, keys in maps are always Strings.
Link copied to clipboard
interface PrimitiveDeserializer
Common interface for deserializing primitive values
Link copied to clipboard
interface PrimitiveSerializer
Used to serialize primitive values.
Link copied to clipboard
interface SdkSerializable
Link copied to clipboard
Exception class for all serialization errors
Link copied to clipboard
Link copied to clipboard