JsonEncoder
  • References/PHP/Symfony/Component/Serializer/Encoder

class JsonEncoder implements

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

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

class JsonDecode implements

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

interface DecoderInterface Defines the interface of decoders.

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

mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP

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

class ChainEncoder implements

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