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