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

Support custom Json settings for JsonEventFormatter #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

matt-sullivan
Copy link
Contributor

I want to be able to set properties on the JsonSerializer used to save events. (So it can save runtime type information for event properties that are interfaces.)

Changed JsonEventFormatter (and all other places JsonSerializer is used) to ask the environment for an instance of the JsonSerializer.

Changed NcqrsEnvironment to use a factory function so GetDefault() can return a new instance each time (when appropriate.)

JsonEventFormatter now uses NcqrsEnvironment to instances of JsonSerializer. Thus IEnvironmentConfiguration can return instances with custom settings.
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.

None yet

1 participant