6 methods override DecoderInterface::supportsDecoding()

ChainDecoder::supportsDecoding in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php
Checks whether the deserializer can decode from given format.
JsonDecode::supportsDecoding in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php
Checks whether the deserializer can decode from given format.
JsonEncoder::supportsDecoding in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php
Checks whether the deserializer can decode from given format.
Serializer::supportsDecoding in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php
Checks whether the deserializer can decode from given format.
XmlEncoder::supportsDecoding in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Checks whether the serializer can decode from given format
XmlEncoder::supportsDecoding in drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php
Implements \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsDecoding().