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 would like to add some custom JsonConverters to the jsonSerializer, because my entities have types that cannot be converted to json with the default jsonconverters. Is it possible to make the JsonSerializer public in EntitySerializer? Or is there another way to add converters to the serializer?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to add some custom JsonConverters to the jsonSerializer, because my entities have types that cannot be converted to json with the default jsonconverters. Is it possible to make the JsonSerializer public in EntitySerializer? Or is there another way to add converters to the serializer?
The text was updated successfully, but these errors were encountered: