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

interface SerializerInterface Defines the interface of the Serializer.

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

string denormalize(string $propertyName) Converts a property name to its denormalized value.

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

class ClassMetadata implements

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

Classes

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