NameConverterInterface::denormalize()
  • References/PHP/Symfony/Component/Serializer/NameConverter

string denormalize(string $propertyName) Converts a property name to its denormalized value.

2025-01-10 15:47:30
DataUriNormalizer::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
ClassMetadataFactory::getMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

ClassMetadataInterface

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

class AbstractNormalizer extends

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

Classes

2025-01-10 15:47:30
ChainEncoder
  • References/PHP/Symfony/Component/Serializer/Encoder

class ChainEncoder implements

2025-01-10 15:47:30
JsonEncoder
  • References/PHP/Symfony/Component/Serializer/Encoder

class JsonEncoder implements

2025-01-10 15:47:30
DecoderInterface
  • References/PHP/Symfony/Component/Serializer/Encoder

interface DecoderInterface Defines the interface of decoders.

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

int|null getMaxDepth() Gets the serialization max depth for this attribute.

2025-01-10 15:47:30