GetSetMethodNormalizer::supportsDenormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

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

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

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

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

class AbstractObjectNormalizer extends

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

array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes

2025-01-10 15:47:30
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
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
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
NormalizerAwareTrait
  • References/PHP/Symfony/Component/Serializer/Normalizer

trait NormalizerAwareTrait NormalizerAware trait. Methods

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

AbstractNormalizer

2025-01-10 15:47:30