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

interface NormalizerInterface Defines the interface of normalizers.

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

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

2025-01-10 15:47:30
JsonDecode::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
ChainEncoder::encode()
  • References/PHP/Symfony/Component/Serializer/Encoder

final scalar encode(mixed $data, string $format, array $context = array()) Encodes

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

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

2025-01-10 15:47:30
DecoderInterface::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
XmlEncoder::setRootNodeName()
  • References/PHP/Symfony/Component/Serializer/Encoder

setRootNodeName(string $name) Sets the root node name.

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

setSerializer(SerializerInterface

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

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute.

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

class GetSetMethodNormalizer extends

2025-01-10 15:47:30