UUIDSerializer

object UUIDSerializer : KSerializer<UUID>

Custom serializer/deserializer for UUID. Mesh Configuration Database contains certain UUIDs as string with and without dashes and this Helper class encodes and decodes them accordingly.

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)