Contents

KeyedEncodingContainer

A concrete container that provides a view into an encoder’s storage, making the encoded properties of an encodable type accessible by keys.

Declaration

struct KeyedEncodingContainer<K> where K : CodingKey

Topics

Initializers

Instance Properties

Instance Methods

Type Aliases

Default Implementations

See Also

Encoding Containers