Required Instance Methodswift 6.0.1Swift

    superDecoder

    Decodes a nested container and returns a Decoder instance for decoding super from that container.

    mutating func superDecoder() throws -> any Decoder

    Returns

    A new Decoder to pass to super.init(from:).

    Throws

    DecodingError.valueNotFound if the encountered encoded value is null, or of there are no more values to decode.

    Other requirements

    Instance members