You are here

6 methods override DenormalizerInterface::supportsDenormalization() in Zircon Profile 8.0

CustomNormalizer::supportsDenormalization in vendor/symfony/serializer/Normalizer/CustomNormalizer.php
Checks if the given class implements the NormalizableInterface.
GetSetMethodNormalizer::supportsDenormalization in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
Checks whether the given class is supported for denormalization by this normalizer.
ObjectNormalizer::supportsDenormalization in vendor/symfony/serializer/Normalizer/ObjectNormalizer.php
Checks whether the given class is supported for denormalization by this normalizer.
PropertyNormalizer::supportsDenormalization in vendor/symfony/serializer/Normalizer/PropertyNormalizer.php
Checks whether the given class is supported for denormalization by this normalizer.
Serializer::supportsDenormalization in vendor/symfony/serializer/Serializer.php
Checks whether the given class is supported for denormalization by this normalizer.
TestDenormalizer::supportsDenormalization in vendor/symfony/serializer/Tests/Normalizer/TestDenormalizer.php
Checks whether the given class is supported for denormalization by this normalizer.