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

superDecoder(forKey:)

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

Declaration 宣言

func superDecoder(forKey key: Self.Key) throws -> Decoder

Parameters パラメータ

key

The key to decode super for. superをデコードするためのキー。

Return Value 戻り値

A new Decoder to pass to super.init(from:). super.init(from:)に渡すための新しいDecoder