Adds the support of an extra $context parameter for the supportsEncoding method.
- author Kévin Dunglas
- deprecated since symfony/serializer 6.1, use EncoderInterface instead
Abstract
Interface
Methods |
public
abstract
supportsEncoding
(
string
$format
,
array
$context
=
[
]
) :
bool
|