Closed nazarovsa closed 1 year ago
The default IJsonOptions
implementation does nothing. You would simply register an alternative implementation that does something else.
It's properly something that could be cleaned up a bit for 1.x
Hello there!
We hope you are doing well. We noticed that this issue has not seen any activity in the past 90 days. We consider this issue to be stale and will be closing it within the next seven days.
If you still require assistance with this issue, please feel free to reopen it or create a new issue.
Thank you for your understanding and cooperation.
Best regards, EventFlow
Hello there!
This issue has been closed due to inactivity for seven days. If you believe this issue still needs attention, please feel free to open a new issue or comment on this one to request its reopening.
Thank you for your contribution to this repository.
Best regards, EventFlow
Hi, I'm enjoying EventFlow, but I faced a problem with event deserialization. I have field of interface type in my AggregateEvent. I wrote a JsonConverter for it, but I can't find a way to configure json settings inside
JsonSerializer
class. I tried next, but there is no effect:JsonSerializerSettings
insideJsonSerializer
still the same.Additionally, I noticed that
JsonOptions.Apply
do nothing. Is it expected behaviour?Is there way to configure
JsonSerializerSettings
atJsonSerializer
class?