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

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

2025-01-10 15:47:30
XmlEncoder::supportsDecoding()
  • References/PHP/Symfony/Component/Serializer/Encoder

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format

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

class ObjectNormalizer extends

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

trait DenormalizerAwareTrait DenormalizerAware trait. Methods

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

class MaxDepth Annotation class for @MaxDepth(). Methods

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

class SerializerAwareEncoder implements

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