NormalizerAwareTrait
  • References/PHP/Symfony/Component/Serializer/Normalizer

trait NormalizerAwareTrait NormalizerAware trait. Methods

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

interface DenormalizerAwareInterface Class accepting a denormalizer.

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

AbstractNormalizer

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

class PropertyNormalizer extends

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

interface SerializerAwareInterface Defines the interface of encoders.

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

class SerializerAwareNormalizer implements

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

interface NormalizerAwareInterface Class accepting a normalizer.

2025-01-10 15:47:30