* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Tests\Fixtures; use Symfony\Component\Serializer\Normalizer\AbstractNormalizer; /** * Provides a dummy Normalizer which extends the AbstractNormalizer. * * @author Konstantin S. M. Möllers */ class AbstractNormalizerDummy extends AbstractNormalizer { /** * {@inheritdoc} */ public function getAllowedAttributes($classOrObject, array $context, $attributesAsString = false) { return parent::getAllowedAttributes($classOrObject, $context, $attributesAsString); } /** * {@inheritdoc} */ public function normalize($object, $format = null, array $context = array()) { } /** * {@inheritdoc} */ public function supportsNormalization($data, $format = null) { return true; } /** * {@inheritdoc} */ public function denormalize($data, $class, $format = null, array $context = array()) { } /** * {@inheritdoc} */ public function supportsDenormalization($data, $type, $format = null) { return true; } } __halt_compiler();----SIGNATURE:----j6tZYQ2Bi/NbMYi/OPI81F7G2Ksmg8TX/xp3sC3+kRbZkny/PNNZmgVg6D7EXQ+G7zv3/GEMgtB95Ubg+BJ1k2AgvV5+qvyt6wdD6DaWEpLw6jTPNuU2UCuILqedN/W5rdUNGmzcgfLankjHpenzniqZ+NKmmmGi5f4zRe9YCA8/bk9w3t29UFJiU5wQnCc8ve2Bus0dQ/FJ/9PcmwWXXdsbuEb+xYN62eIUD7PeyavQ/84fQHOwVd2OM3vgDmOz0f0aJ5SLaWrBCjwIBtEc6GSi9Jq7k4jE7M8PFErzTJUUanMQajudQRJ7sqPiPr4MBAf7uaM6p+eLE7wWBCo/PlMohPN7GB+iCGqm1wZQr7YxE//VN5tZ/KMUl9+L410BHzhOsyN0Cqz2njU7+cX1+xU0YCZI6mxUd7328i7G35mM8orux8jF5ijnevnYGrScSnpKTh8bp5R+Ba8nIZXY00q6zyocXX5WsuNRVGThsNWBL2rS17mrGtVEiRH/3K+f2OXUmY76U2NXfb65El5Bi5w08JmL4Tqjdw/0u5k7CgF7W0aQ6VCOa4Q9MPcy9MenAYBW/ej4rR07FIvexuoppSf8b27CzVUqG5rE1FtF8QPGqCP6EnA+bt3kiSkUBXsNqx6OZSV9d09+Jsu3mkzQWP0h6WxsbEfn6M8uOX+mvII=----ATTACHMENT:----Mjk3MDczOTAxMjM2NDk4MyA5NzQwODA4MzYwMDA1MTAgMzk2MTI0MzAzMTg3NDE0OA==