PropertyNormalizer
  • References/PHP/Symfony/Component/Serializer/Normalizer

class PropertyNormalizer extends

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
SerializerAwareNormalizer deprecated
  • References/PHP/Symfony/Component/Serializer/Normalizer

class SerializerAwareNormalizer implements

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
AbstractNormalizer::setIgnoredAttributes()
  • References/PHP/Symfony/Component/Serializer/Normalizer

AbstractNormalizer

2025-01-10 15:47:30
AbstractNormalizer::setCircularReferenceLimit()
  • 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
DateTimeNormalizer::supportsDenormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

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

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