We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79538c8 commit 44cf79bCopy full SHA for 44cf79b
1 file changed
Dasher/README.md
@@ -7,11 +7,15 @@ Primary public types are:
7
* `Serialiser` and `Serialiser<T>`
8
* `Deserialiser` and `Deserialiser<T>`
9
* `DasherContext`
10
+* `SerialisationException`
11
* `DeserialisationException`
12
* `UnexpectedFieldBehaviour`
13
+* `Union<...>`
14
15
In addition, some internal types are used within the library:
16
17
* `SerialiserEmitter`
18
* `DeserialiserEmitter`
19
* `ILGeneratorExtensions`
20
+
21
+See also the `TypeProviders` sub-namespace.
0 commit comments