Symfony\Component\Serializer\SerializerInterface::supportsDeserialization PHP Method

supportsDeserialization() public method

Checks whether the serializer can deserialize from given format
public supportsDeserialization ( string $format ) : boolean
$format string format name
return boolean
    function supportsDeserialization($format);