* * 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 normalizable. * * If a normalizer is registered for the class and it doesn't implement * the Normalizable interfaces, the normalizer will be used instead. * * @author Jordi Boggiano */ interface NormalizableInterface { /** * Normalizes the object into an array of scalars|arrays. * * It is important to understand that the normalize() call should normalize * recursively all child objects of the implementor. * * @param NormalizerInterface $normalizer The normalizer is given so that you * can use it to normalize objects contained within this object * @param string|null $format The format is optionally given to be able to normalize differently * based on different output formats * @param array $context Options for normalizing this object * * @return array|string|int|float|bool */ public function normalize(NormalizerInterface $normalizer, $format = null, array $context = array()); } __halt_compiler();----SIGNATURE:----duwbzmhegRmwmTgR+Y2frKp0YlKfrVG4AosMBMxwnkt4+VGiCGcHFHxrfqjpfvH48QDj4uN8PRnIvNcOHhZ1RzD9kz3oGSTcc/X7spARTmuIIRFUK5e8AzEwJ2Ezy0dSdQQ5VP8IJPPys1pUQHfUj9gDzCy4+dCBMArKLu7s/uH4eaujIA6p4kZ9jyRw5FMlnqy6tfjqYpN45jQXOCLxN+L+R6UbfYaz2PkDAdL4MdCnWEa7PWMl27JVnc4ZJUpTOO5lmBMMcPEY7UuiQkpdLexaWTWYPnuDFthZN45VRpr9L0f7MBvuzPjylRmu9HV9e3z9xKBLoEURR33VCBCNnebT8HEmakJB3EaeQ0oRo+vehxTeDSmNP434CVeeTU2iBhYjjBj1t3FJeEScXSUXXvoJMSs1ShOplB+YVbsFdWZhMSyUllwDNWG+7/HSRNaoiqlN+o7PMJMdCASTQmSl88twMiFDSD8+Pe+ba+aws/ZIt7H2qjrne9bhN3urcjlsfTD7GMrx0i3/pp2zvJE4yNhiyUZd+DkM1DbbuqQ9rPbAYxxLNVS1cy+HqZDEa6Xb9H8ktZvOTB9OSgdadyEk/3BIeeM3pCdjlICED/6hrKmBd0TJ8BksBjcHqbh/4cTb2hp5E6UFT2R40iZqBClN6aqDTwrPoEPXLPVNbbzN1/g=----ATTACHMENT:----ODIwMjUxNzc2MjA5NTQxMCA1NzAwODA5OTQwMzQzNjY5IDI5NTcxMDIxNjE2MjUxNDM=