Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make saga serializer configurable #31

Merged

Conversation

mmdevterm
Copy link
Contributor

ObjectSerializer is used in order to serialize saga data. Current implementation doesn't allow to provide JsonSerializerSettings to control the process of saga serialization.

Such option is provided in Rebus package for MSSQL (rebus-org/Rebus.SqlServer#59, rebus-org/Rebus.SqlServer#77)

This PR transfers the code from the MSSQL repository into this one.

Additionaly it adds a default JsonSagaSerializer that allows to use JsonSerializerSettings.


I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

@CLAassistant
Copy link

CLAassistant commented Jul 27, 2022

CLA assistant check
All committers have signed the CLA.

@mookid8000 mookid8000 merged commit 6d3a991 into rebus-org:master Jul 31, 2022
@mookid8000
Copy link
Member

Excellent work! 👍 It's out as Rebus.Postgresql 8.1.0 on Nuget.org now 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants