UnkeyedDecodingContainer
A type that provides a view into a decoder’s storage and is used to hold the encoded properties of a decodable type sequentially, without keys.
Declaration
protocol UnkeyedDecodingContainerOverview
Decoders should provide types conforming to UnkeyedDecodingContainer for their format.
Topics
Instance Properties
Instance Methods
decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:)decode(_:configuration:)decode(_:configuration:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:)decodeIfPresent(_:configuration:)decodeIfPresent(_:configuration:)decodeNil()decodePredicateExpression(input:output:predicateConfiguration:)decodePredicateExpression(input:predicateConfiguration:)decodePredicateExpressionIfPresent(input:output:predicateConfiguration:)decodePredicateExpressionIfPresent(input:predicateConfiguration:)nestedContainer(keyedBy:)nestedUnkeyedContainer()superDecoder()