You are here

interface NormalizationAwareInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php \Symfony\Component\Serializer\Encoder\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

File

vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php, line 22

Namespace

Symfony\Component\Serializer\Encoder
View source
interface NormalizationAwareInterface {

}

Members