deserialize

open override fun deserialize(decoder: Decoder): UUID

Deserializes a string to a UUID.

Return

The UUID parsed from the input string.

Parameters

decoder

The Decoder to use for deserialization.

Throws

if the input string is not a valid UUID.