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

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

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

class ArrayDenormalizer implements

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

class JsonDecode implements

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

ClassMetadataInterface

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

scalar encode(mixed $data, string $format, array $context = array()) Encodes PHP data to a JSON

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

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array())

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

interface DecoderInterface Defines the interface of decoders.

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

class AbstractNormalizer extends

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

mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP

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

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

2025-01-10 15:47:30