UUIDSerializer
A KSerializer for serializing and deserializing UUID objects to and from strings.
This serializer converts UUID instances to their string representation during serialization and parses strings back to UUID instances during deserialization. It uses the standard string format for UUIDs as defined by UUID.toString and UUID.fromString.
See also
for where this serializer is registered by default