serialize

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

Encodes a UUID into Mojang's compact (no-hyphen) 32-character format.

Parameters

encoder

the encoder used to output the serialized UUID string

value

the UUID to serialize