Collects some data about normalization.
- author Mathias Arlaud
- final
CloneableInstantiable
- Implements
| Constants |
| Methods |
| public __call(string $method, array $arguments) : ?mixed Proxies all method calls to the original normalizer. |
| public __construct(Symfony |
| public denormalize(?mixed $data, string $type, ?string $format = NULL, array $context = []) : ?mixed |
| public getSupportedTypes(?string $format) : array |
| public normalize(?mixed $data, ?string $format = NULL, array $context = []) : ArrayObject|array|string|int|float|bool|?null |
| public setDenormalizer(Symfony |
| public setNormalizer(Symfony |
| public setSerializer(Symfony |
| public supportsDenormalization(?mixed $data, string $type, ?string $format = NULL, array $context = []) : bool |
| public supportsNormalization(?mixed $data, ?string $format = NULL, array $context = []) : bool |
| Properties |
| private Symfony |
| private Symfony |
| private readonly string $serializerName |