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
SomeMapper has nested objects which themselves should add the __type property in normal cases.
However, I want to prevent SomeMapper and all nested objects from adding __type
The text was updated successfully, but these errors were encountered:
Is there a way to avoid adding
__type
for the nested objects?i.e I'm doing the following:
SomeMapper has nested objects which themselves should add the
__type
property in normal cases.However, I want to prevent SomeMapper and all nested objects from adding
__type
The text was updated successfully, but these errors were encountered: