Package-level declarations
Types
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.