Instance Method インスタンスメソッド

superDecoder()

Returns a Decoder instance for decoding super from the container associated with the default super key. Decoderインスタンスを、superをデコードするために、省略時superキーと結び付けられるコンテナから返します。

Declaration 宣言

func superDecoder() throws -> Decoder

Discussion 解説

Equivalent to calling superDecoder(forKey:) with Key(stringValue: "super", intValue: 0). superDecoder(forKey:)Key(stringValue: "super", intValue: 0)で呼び出すことと同等です。

Relationships 関係

From Protocol 由来プロトコル