Contents

superDecoder()

Decodes a nested container and returns a Decoder instance for decoding super from that container.

Declaration

mutating func superDecoder() throws -> any Decoder

Return Value

A new Decoder to pass to super.init(from:).

Discussion