encode(to:)
Encodes this value into the given encoder.
Declaration
func encode(to encoder: any Encoder) throwsParameters
- encoder:
The encoder to write data to.
Encodes this value into the given encoder.
func encode(to encoder: any Encoder) throwsThe encoder to write data to.