GreanTech / AtomEventStore

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

Decrease coupling to convention based serializer #72

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

This iteration moves tests that actually test the convention-based serializer to a separate test class, as preparation to moving the serializer to a separate library.