Package-level declarations
Types
Link copied to clipboard
Provides a deserializer for JSON documents
Link copied to clipboard
class JsonSerializer
Link copied to clipboard
Specifies a name that a field is encoded into for Json elements.
Link copied to clipboard
interface JsonStreamReader
Interface for deserializing JSON documents as a stream of tokens
Link copied to clipboard
interface JsonStreamWriter
Interface for serialization. Specific formats should implement this interface according to their own requirements. Currently only aws.smithy.kotlin.runtime.serde.json.JsonSerializer implements this interface.
Functions
Link copied to clipboard
Link copied to clipboard
Creates a JsonStreamWriter instance to write JSON
Link copied to clipboard
Require that the given token be of type TExpected or else throw an exception
Inherited functions
Link copied to clipboard
Return the next token and require that it be of type TExpected or else throw an exception