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

class CustomNormalizer implements

2025-01-10 15:47:30
EncoderInterface::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
JsonEncoder::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
ClassMetadata::getName()
  • References/PHP/Symfony/Component/Serializer/Mapping

string getName() Returns the name of the backing PHP class.

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

class Groups Annotation class for @Groups(). Methods

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

class ObjectNormalizer extends

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

interface NormalizationAwareInterface Defines the interface of encoders that will normalize data

2025-01-10 15:47:30
JsonSerializableNormalizer::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
XmlEncoder::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
CacheClassMetadataFactory
  • References/PHP/Symfony/Component/Serializer/Mapping/Factory

class CacheClassMetadataFactory implements

2025-01-10 15:47:30