Overrides DecoderInterface::supportsDecoding
public function supportsDecoding(string $format, array $context = []) : bool { if (!$this->encoder instanceof DecoderInterface) { return false; } return $this->encoder ->supportsDecoding($format, $context); }