interface ContextAwareEncoderInterface implements EncoderInterface
Adds the support of an extra $context parameter for the supportsEncoding method.
string|int|float|bool | encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. | from EncoderInterface |
bool | supportsEncoding(string $format, array $context = array()) Checks whether the serializer can encode to given format. |
Encodes data into the given format.
mixed | $data | Data to encode |
string | $format | Format name |
array | $context | Options that normalizers/encoders have access to |
string|int|float|bool |
UnexpectedValueException |
Checks whether the serializer can encode to given format.
string | $format | Format name |
array | $context |
bool |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.html