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

trait DenormalizerAwareTrait DenormalizerAware trait. Methods

2025-01-10 15:47:30
CacheClassMetadataFactory::hasMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

bool hasMetadataFor(mixed $value) Checks if class has metadata.

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
NormalizationAwareInterface
  • References/PHP/Symfony/Component/Serializer/Encoder

interface NormalizationAwareInterface Defines the interface of encoders that will normalize data

2025-01-10 15:47:30
Groups
  • References/PHP/Symfony/Component/Serializer/Annotation

class Groups Annotation class for @Groups(). Methods

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

class AbstractObjectNormalizer extends

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

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

2025-01-10 15:47:30
ClassMetadataFactoryInterface::getMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

ClassMetadataInterface

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

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

2025-01-10 15:47:30