interface NormalizationAwareInterface

Defines the interface of encoders that will normalize data themselves

Implementing this interface essentially just tells the Serializer that the data should not be pre-normalized before being passed to this Encoder.

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

Hierarchy

Expanded class hierarchy of NormalizationAwareInterface

All classes that implement NormalizationAwareInterface

1 file declares its use of NormalizationAwareInterface
ChainEncoder.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php, line 22

Namespace

Symfony\Component\Serializer\Encoder
View source

Members