* * 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:----nmiqCheYUZ+oGf8sSgFMbAkFp4bWnHotXCMlPcSoHvwgyP4DO/1ioejmj8FEeTI967A0SoGZWUYjvx4aHr4PFRKN5oUcX20bUfAOLSTi5peIaur44MBFEm/9/pFc8Xi9S6qB1yjWkhHUkEErkwi+225Db02uhkPPU1CVtDKLAqjtpX4yH7nU6KahRbsBGQWs08F3CmoRN3hNM6wjHH7Pa1ja/trMpD+Yweta9H4eN5O5yUQ77RUCy90MPHJATVpRlKXvupgMHLfjS80C3HL9SJ3MET7NaNt1aS6fhd/6jbYRxtkUNRx537Yxt8CcWiNIHYbSnooqcFbc0W76CiACEPNMMVTsVejWDBwdU3ybCL35jNQp/00nMFljdMtX5UTysZ+1vDgtJrLxudxL2A0UB2Q9VB5V1uyxUDCxy4pcjwl1yFhF7Cm3UBu1upws7ec+rVgD6UpJBGdcIllnuC0VzWSao7+iaRwiFZ22Cr1bqxcTUtv7TDWUr80ZhFyiKHsDAoYjMaPZD7WqkhIxjUblBYevr94PTvvl7U+dXikknHVOybqzsRPSZg8ZL9XchuWQo57aBQyyYj4YpKBIXpsTEPJp3pLFSTsEh9uQbTGsbrm9xCVm6dDPnjP1AXjZ9A618XO2XAfb6P18Vk4hcb6E9mBrAHyHhSJLldgx0NdiAd8=----ATTACHMENT:----NTE1MDY1NjUwOTg5NTMwNyA5NDg2Njk4NDAwNjg0NjcxIDI2NTgzNzI5MzY5MzgyMjY=