Component\Serializer\NameConverter
  • References/PHP/Symfony/Component/Serializer

Classes

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

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

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

Classes

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

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

class LoaderChain implements

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

int|null getMaxDepth() Gets the serialization max depth for this attribute.

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