* * 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:----dvhcAk3AypOUbZeDHJgEnMLWRP7W52qCmmD6gchJuVDh3MBl6i1a+UUiiN9soGFv6vvoPnXhLEfEiUjH2uajt7bZt1OCtLIptPgWQiSzf6HFi2YgDpgKsZU+Hoag0kX0B1sy4M4SB/u/nbzpfQj1bGyKnz7j4wO23AWOTdoSIWpcfw+92kuKVYTfDmtkBZsS9BYE39ykCcxU4F/z9h2TdwvoGiy1DpE9JTS81ak+FuIzLqFPBYAooDFjJNn/ZtttgfqppLKJ1i33NfJ5d0WgBIhODKdqdoQCGnO/Calt6aC6X31DmI5sXYiOMvGaWdQDgk8rzou7JUEXxEwEedY0/8JRHpF5e20VhL0O62h9Mmws16g8UcBSMj2vUMWSdEBBgvju0YBAFKnl2+gTMsE17cA+B65kS6D/SEXQrA1ptJEZ1vdGfp1fbvDWVPF/IR2s+EMthUYsL9ViKfwHsONjflK3/E6sef0UF9JHy59w7V3fGggdG8uRw+joXKiUfHAMd4ZeU/eAdbH0liI5wjhn1vvoZftbBthpGNOcu2FstO7WFaXOpuewfHFp4fQto7uaKqhTEDS2cpHeFOXKHkLcxSS99I5cWiRmUQtNYDL53sp3lrurVl6FV7wjk5bJj3UZVyY1Xt8iDb8m5DgpOpjLtQH8gabiXtv0/6uMuwl/DOQ=----ATTACHMENT:----NzE0MjE5OTkzNDEwMDYwMCA5NTQxNzUxMTQ0MjA0Mjg2IDQ4MTUzOTgxMzQzNjEzNTM=