NormalizerInterface
  • References/PHP/Symfony/Component/Serializer/Normalizer

interface NormalizerInterface Defines the interface of normalizers.

2025-01-10 15:47:30
ClassMetadataFactoryInterface::hasMetadataFor()
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

bool hasMetadataFor(mixed $value) Checks if class has metadata.

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

interface EncoderInterface Defines the interface of encoders.

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

setRootNodeName(string $name) Sets the root node name.

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

string normalize(string $propertyName) Converts a property name to its normalized value.

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

class GetSetMethodNormalizer extends

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

class DateTimeNormalizer implements

2025-01-10 15:47:30