encode(to:)
Performs encoding of the value using the given encoder.
Declaration
func encode(to encoder: any Encoder) throwsParameters
- encoder:
The encoder to write to.
Performs encoding of the value using the given encoder.
func encode(to encoder: any Encoder) throwsThe encoder to write to.