Adds the support of an extra $context parameter for the supportsDenormalization method.
- author Kévin Dunglas
- deprecated since symfony/serializer 6.1, use DenormalizerInterface instead
AbstractInterface
Constants |
Methods |
public abstract supportsDenormalization(?mixed $data, string $type, ?string $format = NULL, array $context = []) : bool
|