Return Value 戻り値
A new Decoder
to pass to super
.
super
に渡すための新しいDecoder
。
Decoder
instance for decoding super
from the container associated with the default super
key.
Decoder
インスタンスを、super
をデコードするために、省略時super
キーと結び付けられるコンテナから返します。
Availability
Technology
func superDecoder() throws -> Decoder
A new Decoder
to pass to super
.
super
に渡すための新しいDecoder
。
Equivalent to calling super
with Key(string
.
super
をKey(string
で呼び出すことと同等です。