SerializerAwareNormalizer deprecated
  • References/PHP/Symfony/Component/Serializer/Normalizer

class SerializerAwareNormalizer implements

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

class PropertyNormalizer extends

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

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

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

interface NormalizableInterface Defines the most basic interface a class must implement to be normalizable

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

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

2025-01-10 15:47:30
XmlEncoder::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
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
LoaderInterface
  • References/PHP/Symfony/Component/Serializer/Mapping/Loader

interface LoaderInterface Loads {@link ClassMetadataInterface}.

2025-01-10 15:47:30
JsonEncoder::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