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