We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85519d5 commit 6bfb58cCopy full SHA for 6bfb58c
README.md
@@ -240,7 +240,7 @@ This library supports two mechanism for the standard Kotlin Serialization.
240
This mechanism requires explicit setup for each ID class
241
242
```kotlin
243
-@Serializable(with = Id.Serializer::class)
+@Serializable(with = UserId.Serializer::class)
244
class UserId private constructor(id: UUID) : ObjectUuid<UserId>(id) {
245
// standard boilerplate ...
246
0 commit comments