UUIDASStringSerializer

object UUIDASStringSerializer : KSerializer<UUID>

Serializer for UUID that converts to/from String format for YAML compatibility. Used in PlayerSettingsData for serializing UUID keys in maps.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): UUID
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: UUID)