You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Eveneum in an application where i use Utf8Json to improve performance end to end, but Eveneum is still using Newtonsoft Json.
it would be nice to be able to choose how the objects are serialized so developers could select between Newtonsoft, System.Text.Json, Utf8Json or any other.
Can this easily be done?
It would also be nice if we could change the naming strategy, but the queries are all PascalCase (harcoded).
Kind Regards,
Sandro Mastronardi
The text was updated successfully, but these errors were encountered:
Hi,
I use Eveneum in an application where i use Utf8Json to improve performance end to end, but Eveneum is still using Newtonsoft Json.
it would be nice to be able to choose how the objects are serialized so developers could select between Newtonsoft, System.Text.Json, Utf8Json or any other.
Can this easily be done?
It would also be nice if we could change the naming strategy, but the queries are all PascalCase (harcoded).
Kind Regards,
Sandro Mastronardi
The text was updated successfully, but these errors were encountered: