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

interface DenormalizerInterface Defines the interface of denormalizers.

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

Namespaces

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

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

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

addAttributeMetadata(

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
ClassMetadata::merge()
  • References/PHP/Symfony/Component/Serializer/Mapping

merge(ClassM

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

array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes

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

addGroup(string $group) Adds this attribute to the given group.

2025-01-10 15:47:30
JsonSerializableNormalizer::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
AttributeMetadataInterface::getGroups()
  • References/PHP/Symfony/Component/Serializer/Mapping

string[] getGroups() Gets groups of this attribute.

2025-01-10 15:47:30