interface NormalizerInterface

Defines the interface of normalizers.

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

Hierarchy

Expanded class hierarchy of NormalizerInterface

All classes that implement NormalizerInterface

6 files declare their use of NormalizerInterface

File

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

Namespace

Symfony\Component\Serializer\Normalizer
View source

Members

Namesort descending Modifiers Type Description Overrides
NormalizerInterface::normalize public function Normalizes an object into a set of arrays/scalars 7
NormalizerInterface::supportsNormalization public function Checks whether the given class is supported for normalization by this normalizer 5