GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

Demonstrate use of discriminated union with data contract serializer #61

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

This merely captures some prototyping I'd been doing in FSI of how to serialize and deserialize changesets of Discriminated Unions.

Notice how much easier it is with DataContractSerializer compared to XmlSerializer.