interface DenormalizerInterface

Defines the interface of denormalizers.

@author Jordi Boggiano <j.boggiano@seld.be>

Hierarchy

Expanded class hierarchy of DenormalizerInterface

All classes that implement DenormalizerInterface

7 files declare their use of DenormalizerInterface

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php, line 19

Namespace

Symfony\Component\Serializer\Normalizer
View source

Members

Namesort descending Modifiers Type Description Overrides
DenormalizerInterface::denormalize public function Denormalizes data back into an object of the given class 7
DenormalizerInterface::supportsDenormalization public function Checks whether the given class is supported for denormalization by this normalizer 5