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
ClassMetadata::getName()
  • References/PHP/Symfony/Component/Serializer/Mapping

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

2025-01-10 15:47:30
SerializerAwareEncoder
  • References/PHP/Symfony/Component/Serializer/Encoder

class SerializerAwareEncoder implements

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

class ObjectNormalizer extends

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

class CustomNormalizer implements

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

interface AttributeMetadataInterface Stores metadata needed for serializing and deserializing attributes

2025-01-10 15:47:30