JsonStreamWriter
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.
Properties
Functions
Link copied to clipboard
Begins encoding a new array. Each call to this method must be paired with a call to {@link #endArray}.
Link copied to clipboard
Begins encoding a new object. Each call to this method must be paired with a call to {@link #endObject}.
Link copied to clipboard
Appends the contents of value without any additional formatting or escaping. Use with caution
Link copied to clipboard
Encodes {@code value}.