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