NormalizerInterface::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
Component\Serializer\Annotation
  • References/PHP/Symfony/Component/Serializer

Classes

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

class XmlEncoder extends

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

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

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

class FileLoader implements

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

final scalar encode(mixed $data, string $format, array $context = array()) Encodes

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

Classes

2025-01-10 15:47:30