serialize

open override fun serialize(encoder: Encoder, value: UUID)

Serializes a UUID to its string representation.

Parameters

encoder

The encoder used to write the string representation of the UUID.

value

The UUID to be serialized.