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 7b41bfb commit 5efc6a4Copy full SHA for 5efc6a4
README.md
@@ -62,8 +62,6 @@ let ascii = try KeyValueDecoder().decode([UInt8].self, from: [10, 100, 1000])
62
63
The encoding of `Date` can be adjusted by setting the strategy.
64
65
-By default `Date` instances are encoded by simply casting to `Any` but this adjusted by setting the strategy.
66
-
67
The default strategy casts to `Any` leaving the instance unchanged:
68
69
```swift
0 commit comments