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
Given a DTO with a canDoCleverThings method, the serializer will normalize this to [ ..., doCleverThings => x ], even if that method has an Ignore attribute, because the ObjectNormalizer supports canX accessors, but the AttributeLoader does not, and therefor does not contribute the ignored flag.
This is different from isX, hasX or getX which work consistently between the two.