SergeyCherenkov

Results 1 comments of SergeyCherenkov

I propose the following solution (I think it's also applicable for denormalization). ```php namespace ApiPlatform\Metadata\Property\Factory; final class SerializerPropertyMetadataFactory implements PropertyMetadataFactoryInterface { // ... private function transformReadWrite(ApiProperty $propertyMetadata, string $resourceClass, string...