# Functions
Encode converts the provided object to the specified format and returns a byte slice of the encoded data.
EncoderFor gets the appropriate encoder for the specified format.
EncodeTo converts the provided object to the specified format and writes the encoded data to the provided io.Writer.