interface NormalizationAwareInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
- interface \Symfony\Component\Serializer\Encoder\NormalizationAwareInterface
Expanded class hierarchy of NormalizationAwareInterface
All classes that implement NormalizationAwareInterface
File
- vendor/
symfony/ serializer/ Encoder/ NormalizationAwareInterface.php, line 22
Namespace
Symfony\Component\Serializer\EncoderView source
interface NormalizationAwareInterface {
}