Join Slack
Powered by
I’m using kotlin 2.1.0, with json serialization ve...
# serialization
k
krzysztof
03/13/2025, 9:16 AM
I’m using kotlin 2.1.0, with json serialization version 1.8.0. For my data class using Uuid, the
compiler
gradle plugin says
serializer has not been found for type 'Uuid'
, but there is one built-in from serialization lib itself - how to properly mark Uuid as serializable?
h
hallvard
03/13/2025, 10:14 AM
Are you sure you're not mixing java's uuid and the kotlinx uuid somehow?
2
Views
Open in Slack
Previous
Next