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