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 8e573a0 commit 56d2b50Copy full SHA for 56d2b50
docs/serializers.md
@@ -640,7 +640,7 @@ object DateAsLongSerializer : KSerializer<Date> {
640
}
641
```
642
643
-We cannot bind the `DateAsStringSerializer` serializer to the `Date` class with the [`@Serializable`][Serializable] annotation,
+We cannot bind the `DateAsLongSerializer` serializer to the `Date` class with the [`@Serializable`][Serializable] annotation,
644
because we don't control the `Date` source code. There are several ways to work around that.
645
646
### Passing a serializer manually
0 commit comments