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
Shouldn't the * group be opt-in? What behavior should change in our code? I guess that this makes properties readable/writable if they've a group? poke @dunglas
Description
The SymfonySerializer has a special group * that allows you to serialize all fields.
symfony/symfony#33540
symfony/symfony#32622
symfony/symfony@de58759
The
SerializerPropertyMetadataFactory
treats it as a regular group.Wouldn't it be correct to add handling for this group in API Platform?
The text was updated successfully, but these errors were encountered: