SergeyCherenkov

Results 1 issues of SergeyCherenkov

**Description** The SymfonySerializer has a special group * that allows you to serialize all fields. https://github.com/symfony/symfony/pull/33540 https://github.com/symfony/symfony/issues/32622 https://github.com/symfony/symfony/commit/de58759a37fc1e268c91bc56da2e77459cb8f2aa The `SerializerPropertyMetadataFactory` treats it as a regular group. ```php namespace ApiPlatform\Metadata\Property\Factory; final...

enhancement