Skip to content

Commit 44cf79b

Browse files
committed
Extend source readme.
1 parent 79538c8 commit 44cf79b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dasher/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ Primary public types are:
77
* `Serialiser` and `Serialiser<T>`
88
* `Deserialiser` and `Deserialiser<T>`
99
* `DasherContext`
10+
* `SerialisationException`
1011
* `DeserialisationException`
1112
* `UnexpectedFieldBehaviour`
13+
* `Union<...>`
1214

1315
In addition, some internal types are used within the library:
1416

1517
* `SerialiserEmitter`
1618
* `DeserialiserEmitter`
1719
* `ILGeneratorExtensions`
20+
21+
See also the `TypeProviders` sub-namespace.

0 commit comments

Comments
 (0)