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

interface NormalizableInterface Defines the most basic interface a class must implement to be normalizable

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

AbstractNormalizer

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

interface DenormalizerAwareInterface Class accepting a denormalizer.

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

interface DenormalizableInterface Defines the most basic interface a class must implement to be

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