Adds the support of an extra $context parameter for the supportsDecoding method.
- author Kévin Dunglas
AbstractInterface
Methods |
public abstract supportsDecoding(string $format, array $context = []) : bool
|
Adds the support of an extra $context parameter for the supportsDecoding method.
Methods |
public abstract Symfony\Component\Serializer\Encoder\DecoderInterface::decode(string $data, string $format, array $context = []) : ?mixed Decodes a string into PHP data.
|
public abstract supportsDecoding(string $format, array $context = []) : bool
|