- author Jordi Boggiano
CloneableFinalInstantiable
Constants |
Methods |
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 setSerializer(Symfony |
public supportsDenormalization(?mixed $data, string $type, ?string $format = NULL, array $context = []) : bool Checks if the given class implements the DenormalizableInterface.
|
public supportsNormalization(?mixed $data, ?string $format = NULL, array $context = []) : bool Checks if the given class implements the NormalizableInterface.
|
Properties |
protected ?Symfony |
Methods |
protected extractObjectToPopulate(string $class, array $context, ?string $key = NULL) : ?object Extract the
|