Skip to content

Commit 56d2b50

Browse files
authored
DateAsStringSerializer → DateAsLongSerializer (#1007)
1 parent 8e573a0 commit 56d2b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ object DateAsLongSerializer : KSerializer<Date> {
640640
}
641641
```
642642
643-
We cannot bind the `DateAsStringSerializer` serializer to the `Date` class with the [`@Serializable`][Serializable] annotation,
643+
We cannot bind the `DateAsLongSerializer` serializer to the `Date` class with the [`@Serializable`][Serializable] annotation,
644644
because we don't control the `Date` source code. There are several ways to work around that.
645645

646646
### Passing a serializer manually

0 commit comments

Comments
 (0)