GetSetMethodNormalizer::supportsNormalization()
  • References/PHP/Symfony/Component/Serializer/Normalizer

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

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

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

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

Namespaces

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

interface SerializerAwareInterface Defines the interface of encoders.

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

interface DenormalizerInterface Defines the interface of denormalizers.

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

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class

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

object denormalize(mixed $data, $type, string $format = null, array $context = array()) Denormalizes

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

final object deserialize(mixed $data, string $type, string $format, array $context = array())

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
JsonEncoder::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