* * 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:----UhHCE2fdkmmsZ/Eo887qns8ZEDlC7DSSzyvJIk0bttKwxieGIbTNAhXI6LMOfd+3z9Tx/Nt3yOUYiTyI0OA2w5o2fupXoM2ANRepEJNOVuLQwlO+SUlAy1drOpi9lEu266vPPQhjNxJBNO9UFvqY+Dj45aRmBqwykv2HCcnusAacRKWDnycF6L1i5yjQ49htq3WZoZD0V9Gn1Z9luhvCh6BG0+O1JE+dj71Z0reKUAmrwphR+9LvVKU8EnSdIXthNdo2R+q2jUIzZ74SI4DbYwg3EQ7bXSU5kUREDB5/wDayM6TRf4AbUUcyBhvhDDs54Vubo5A13G/QQgPZt55KSD0DKBYxK+E2pSOmbCg6jiSfeEioRbnKICyrzCT1GNfiq2oZdULeTplLk2uTL8dEg5m2w4/4kNj2XFenSqJJDAteX9vsCEiqRNMCqGefERYrPveJIRHvO7+FWGjM0bj5J2BwPWp94B4fLnUeWiM27E84xZ1yMJlx0j6T9QDdt4Yc26Kfd7VkJW089G4sx2w0ircBLGtKhJ5GxE4MSHkpLG1yZzopjSoeqH5Wvrxp89a7sx4/uap0iAz7k9R9DVgK6q6nvEyox1bDuzQHqAa2dEXG2oqTg2oluux2TBeNt1bLhtAIS1VsqF76sP928wYfa/KE6ao6ZrWx1gGqcwGz6og=----ATTACHMENT:----NjM2MDU4MjY4NDM2MjgyMCA0NjEzMTE0OTEzNjcwNDk0IDI0MTUwMDM3NTU2MzM4NjI=