Contents

superDecoder()

Returns a Decoder instance for decoding super from the container associated with the default super key.

Declaration

func superDecoder() throws -> any Decoder

Discussion

Equivalent to calling superDecoder(forKey:) with Key(stringValue: "super", intValue: 0).