interface SerializerAwareInterface
@author Jordi Boggiano <j.boggiano@seld.be>
Hierarchy
- interface \Symfony\Component\Serializer\SerializerAwareInterface
Expanded class hierarchy of SerializerAwareInterface
All classes that implement SerializerAwareInterface
10 files declare their use of SerializerAwareInterface
- AbstractNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ AbstractNormalizer.php - CustomNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ CustomNormalizer.php - MimeMessageNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ MimeMessageNormalizer.php - NormalizerBase.php in core/
modules/ serialization/ src/ Normalizer/ NormalizerBase.php - ProblemNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ ProblemNormalizer.php
File
-
vendor/
symfony/ serializer/ SerializerAwareInterface.php, line 17
Namespace
Symfony\Component\SerializerView source
interface SerializerAwareInterface {
/**
* Sets the owning Serializer object.
*/
public function setSerializer(SerializerInterface $serializer) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
SerializerAwareInterface::setSerializer | public | function | Sets the owning Serializer object. | 3 |