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

class YamlFileLoader extends

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

class ArrayDenormalizer implements

2025-01-10 15:47:30
ClassMetadataFactory::hasMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

bool hasMetadataFor(mixed $value) Checks if class has metadata.

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
ClassMetadataFactoryInterface
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

interface ClassMetadataFactoryInterface Returns a {see ClassMetadataInterface}.

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

scalar encode(mixed $data, string $format, array $context = array()) Encodes PHP data to a JSON

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

final object deserialize(mixed $data, string $type, string $format, array $context = array())

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