Checks whether the serializer can decode from given format
Parameters
string $format format name:
Return value
Boolean
File
 
   - drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php, line 37
 
  
  Class
  
  - DecoderInterface 
 
  - Defines the interface of decoders
 
  Namespace
  Symfony\Component\Serializer\Encoder
Code
public function supportsDecoding($format);