ClassMetadata::getName()
  • References/PHP/Symfony/Component/Serializer/Mapping

string getName() Returns the name of the backing PHP class.

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

scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given

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

final string serialize(mixed $data, string $format, array $context = array())

2025-01-10 15:47:30
AttributeMetadata::getGroups()
  • References/PHP/Symfony/Component/Serializer/Mapping

string[] getGroups() Gets groups of this attribute.

2025-01-10 15:47:30
AttributeMetadataInterface::setMaxDepth()
  • References/PHP/Symfony/Component/Serializer/Mapping

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute.

2025-01-10 15:47:30
CustomNormalizer::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
CacheClassMetadataFactory::hasMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

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

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