* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Normalizer; /** * Defines the most basic interface a class must implement to be denormalizable. * * If a denormalizer is registered for the class and it doesn't implement * the Denormalizable interfaces, the normalizer will be used instead * * @author Jordi Boggiano */ interface DenormalizableInterface { /** * Denormalizes the object back from an array of scalars|arrays. * * It is important to understand that the denormalize() call should denormalize * recursively all child objects of the implementor. * * @param DenormalizerInterface $denormalizer The denormalizer is given so that you * can use it to denormalize objects contained within this object * @param array|string|int|float|bool $data The data from which to re-create the object * @param string|null $format The format is optionally given to be able to denormalize * differently based on different input formats * @param array $context Options for denormalizing * * @return object */ public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = array()); } __halt_compiler();----SIGNATURE:----kYHa9f24UiToO0oBx6/nR3tWyPsTme4gd/nd7jXhxaaiYHlwu7GcdXHonhLgXZDVF7+v3TROSry9p5iy+3q1pLNw9AWm4w/AL7gN0fIhSlObtEzIj9TwzDPdCXP6azL6bC7vEj0TMW3Mi/IHHiqqSpZmNIIniZdHMM93FONzgdY8xZFvFhS1bCtyppH4XG1XdWnEzHU0f+bm/IzUHzngt6tCScv3a4JkHEAf86HIJHBZ8HTMfEnB0XtP0m7CzJP6VTftOEAcuSrfSuKaA+VQs8Ob2f66R/Qdgb54rHpYAfCgPYbzPUZOpbOPPnOiSDIhSlYm7BlZ24hh26LrL54s22quA37PQVFRegcr4uoZ7KiTZMQ8IDqcD9YXAM+npRH+XiAAtXRlsc8yUILiPuq3EaxBtHieXbnXDA4hN/nsXnZxareAGEGT+9U70ba+JQo9oJ/3j9Y5B+Z7VRmERlvmT8Aj7jktJa/4MBqWIGE94J84sbVJEKTT+l1en2i47BCxNvRvc1NipqYcmZnSEWKoVTNxvikTLPdsqsZekr/KO3CFyOFcR0F5wAKRLKa8daKxyRaHGyHfEgYs+4I6BTJmBU74dAbPUoVTm2Cgf2pdCPq6rlCC1GgYUV/7iK4ZHCBecULG/Q7OTEQAye0BndJYkRskwrzPnie8zKx2DOxdpLg=----ATTACHMENT:----NTczNzQzMTIzOTQ3NzM2NCA1MTEzNjgxNjkwOTQwNDMgOTEyODExNTA3NjE5OTUwNA==