Overrides ContextAwareEncoderInterface::supportsEncoding
public function supportsEncoding(string $format, array $context = []) : bool { try { $this->getEncoder($format, $context); } catch (RuntimeException) { return false; } return true; }