superDecoder()
Decodes a nested container and returns a Decoder instance for decoding super from that container.
Declaration
mutating func superDecoder() throws -> any DecoderReturn Value
A new Decoder to pass to super.init(from:).
Decodes a nested container and returns a Decoder instance for decoding super from that container.
mutating func superDecoder() throws -> any DecoderA new Decoder to pass to super.init(from:).