superDecoder(forKey:)
Returns a Decoder instance for decoding super from the container associated with the given key.
Declaration
func superDecoder(forKey key: Self.Key) throws -> any DecoderParameters
- key:
The key to decode
superfor.
Return Value
A new Decoder to pass to super.init(from:).