YamlFileLoader
  • References/PHP/Symfony/Component/Serializer/Mapping/Loader

class YamlFileLoader extends

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

class ChainEncoder implements

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

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

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

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

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

object denormalize(mixed $data, $type, string $format = null, array $context = array()) Denormalizes

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

class JsonEncoder implements

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

class JsonSerializableNormalizer extends

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

final mixed decode(string $data, string $format, array $context = array()) Decodes

2025-01-10 15:47:30