jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

Ability to completely override Serialization settings, including ContractResolver #196

Closed SurajGupta closed 6 years ago

SurajGupta commented 7 years ago

From gitter...

wlscaudill @wlscaudill May 27 2016 19:24
Is the specific contract resolver necessary when storing the events? I would much rather override serialization/deserialization completely in the way Its.Configuration does it and just remove this as a set of problems...

Jon Sequeira @jonsequitur May 27 2016 21:23
We could support that fairly easily I think.

When I set Serializer.Settings - all of my settings seem to be used EXCEPT my ContractResolver. @wlscaudill is seeing the same behavior I am. Like @wlscaudill, I'd like to completely override the serialization settings.