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
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
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
AttributeMetadata::addGroup()
  • References/PHP/Symfony/Component/Serializer/Mapping

addGroup(string $group) Adds this attribute to the given group.

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

class AnnotationLoader 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
DecoderInterface
  • References/PHP/Symfony/Component/Serializer/Encoder

interface DecoderInterface Defines the interface of decoders.

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

Classes

2025-01-10 15:47:30
CustomNormalizer::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