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

superDecoder()

Decodes a nested container and returns a Decoder instance for decoding super from that container. 入れ子にされたコンテナをデコードして、デコードするsuperに対するDecoderインスタンスをそのコンテナから返します。

Declaration 宣言

mutating func superDecoder() throws -> Decoder

Return Value 戻り値

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