Copied!

Collects some data about normalization.

CloneableInstantiable
Constants
public Symfony\Component\Serializer\Normalizer\DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS = 'collect_denormalization_errors'
Methods
public __call(string $method, array $arguments) : ?mixed
 

Proxies all method calls to the original normalizer.

public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface|Symfony\Component\Serializer\Normalizer\DenormalizerInterface $normalizer, Symfony\Component\Serializer\DataCollector\SerializerDataCollector $dataCollector, string $serializerName = 'default')
public denormalize(?mixed $data, string $type, ?string $format = NULL, array $context = []) : ?mixed
public getSupportedTypes(?string $format) : array
public normalize(?mixed $object, ?string $format = NULL, array $context = []) : ArrayObject|array|string|int|float|bool|?null
public setDenormalizer(Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer) : void
public setNormalizer(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer) : void
public setSerializer(Symfony\Component\Serializer\SerializerInterface $serializer) : void
public supportsDenormalization(?mixed $data, string $type, ?string $format = NULL, array $context = []) : bool
public supportsNormalization(?mixed $data, ?string $format = NULL, array $context = []) : bool
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration