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
Got it @goetas. I've adjusted my usage so I always specify the Default group when serializing the returned data from my API and optionally add groups like "withfoo" and "withbar" based on a query parameter from the client. Works great. Thanks.
Steps required to reproduce the problem
@Groups
.Expected Result
foo
property should not have been included in the result.Actual Result
foo
property is incorrectly included.Default
group.The way I read the documentation, only the
Default
group should be serialized by default. Am I wrong?The text was updated successfully, but these errors were encountered: