UnkeyedEncodingContainer

    A type that provides a view into an encoder’s storage and is used to hold the encoded properties of an encodable type sequentially, without keys.

    protocol UnkeyedEncodingContainer
    Browse conforming types

    Encoders should provide types conforming to UnkeyedEncodingContainer for their format.

    Requirements

    Instance members

    Citizens in Swift

    Instance members

    Available in FoundationEssentials

    Instance members