ContextAwareEncoderInterface
interface ContextAwareEncoderInterface implements EncoderInterface
Adds the support of an extra $context parameter for the supportsEncoding method.
Methods
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.