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.
2 parents 0278135 + 84ae86c commit a1e9f97Copy full SHA for a1e9f97
README.md
@@ -222,6 +222,8 @@ Gives us:
222
### `proc dumpHook*()` Can be used to serializer into custom representation.
223
224
Just like reading custom data types you can also write data types with `dumpHook*()`.
225
+The `dumpHook()` will receive the incomplete string representation of a given serialization (here `s`).
226
+You will need to add the serialization of your data type (here `v`) to that string.
227
228
```nim
229
type Fraction = object
0 commit comments