OrleansContrib / Orleans.Providers.MongoDB

A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.
MIT License
100 stars 43 forks source link

Refactor grain state serialization #112

Closed wassim-k closed 1 year ago

wassim-k commented 1 year ago

I've refactored grain state serialization to follow the same pattern used by built-in storage providers in order to make the experience uniform for users of the library. This refactor allows developers to customize the serializer used per storage provider while still providing easy to use defaults.

wassim-k commented 1 year ago

We missed the version bump 🤦