mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-02 13:43:06 +00:00
try to fix URL reference to deserializer.nim
This commit is contained in:
parent
3180a520be
commit
d09e119ec2
@ -407,6 +407,6 @@ This will ensure that the `MyType.fromJson` overload is dispatchable.
|
||||
|
||||
The basic types that serde supports should already have their overloads forced
|
||||
in scope in [the `deserializer`
|
||||
module]("./serde/json/deserializer.nim#L340-L356").
|
||||
module](./serde/json/deserializer.nim#L340-L356).
|
||||
|
||||
For an illustration of the problem, please see this [narrow example](https://github.com/gmega/serialization-bug/tree/main/narrow) by [@gmega](https://github.com/gmega).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user