superEncoder()
Encodes a nested container and returns an Encoder instance for encoding super into that container.
Declaration
mutating func superEncoder() -> any EncoderReturn Value
A new encoder to pass to super.encode(to:).
Encodes a nested container and returns an Encoder instance for encoding super into that container.
mutating func superEncoder() -> any EncoderA new encoder to pass to super.encode(to:).