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
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
ChainEncoder::needsNormalization()
  • References/PHP/Symfony/Component/Serializer/Encoder

bool needsNormalization(string $format) Checks whether the normalization is needed for the given

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

scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given

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

class XmlEncoder extends

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

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

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

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

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