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

interface NormalizerAwareInterface Class accepting a normalizer.

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

interface ClassMetadataInterface Stores metadata needed for serializing and deserializing objects

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

string getRootNodeName() Returns the root node name.

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

trait NormalizerAwareTrait NormalizerAware trait. Methods

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

AbstractNormalizer

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