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

class JsonEncode implements

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

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute.

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

bool supportsNormalization(mixed $data, string $format = null) Checks if the given class implements

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

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

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

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

2025-01-10 15:47:30
GetSetMethodNormalizer
  • References/PHP/Symfony/Component/Serializer/Normalizer

class GetSetMethodNormalizer extends

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

object deserialize(mixed $data, string $type, string $format, array $context = array()) Deserializes

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

interface NormalizerInterface Defines the interface of normalizers.

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