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

Classes

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

class ChainDecoder implements

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

class AnnotationLoader implements

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

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format

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

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format

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

bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether

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
ClassMetadataFactory::hasMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

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

2025-01-10 15:47:30