Contents

KeyedDecodingContainerProtocol

A type that provides a view into a decoder’s storage and is used to hold the encoded properties of a decodable type in a keyed manner.

Declaration

protocol KeyedDecodingContainerProtocol

Overview

Decoders should provide types conforming to UnkeyedDecodingContainer for their format.

Topics

Associated Types

Instance Properties

Instance Methods

See Also

Decoding Containers