SerializerAwareNormalizer deprecated
  • References/PHP/Symfony/Component/Serializer/Normalizer

class SerializerAwareNormalizer implements

2025-01-10 15:47:30
DenormalizerAwareInterface
  • References/PHP/Symfony/Component/Serializer/Normalizer

interface DenormalizerAwareInterface Class accepting a denormalizer.

2025-01-10 15:47:30
NormalizerAwareInterface
  • References/PHP/Symfony/Component/Serializer/Normalizer

interface NormalizerAwareInterface Class accepting a normalizer.

2025-01-10 15:47:30
NormalizerAwareTrait
  • References/PHP/Symfony/Component/Serializer/Normalizer

trait NormalizerAwareTrait NormalizerAware trait. Methods

2025-01-10 15:47:30
AbstractNormalizer::setIgnoredAttributes()
  • References/PHP/Symfony/Component/Serializer/Normalizer

AbstractNormalizer

2025-01-10 15:47:30
CustomNormalizer::supportsDenormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks if the

2025-01-10 15:47:30
GetSetMethodNormalizer::supportsNormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

2025-01-10 15:47:30
DateTimeNormalizer::supportsNormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

2025-01-10 15:47:30
DenormalizerInterface
  • References/PHP/Symfony/Component/Serializer/Normalizer

interface DenormalizerInterface Defines the interface of denormalizers.

2025-01-10 15:47:30
PropertyNormalizer::supportsNormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

2025-01-10 15:47:30