Collects some data about serialization.
- author Mathias Arlaud
- final
CloneableInstantiable
Constants |
public Symfony |
Methods |
public __call(string $method, array $arguments) : ?mixed Proxies all method calls to the original serializer. |
public __construct((Symfony |
public decode(string $data, string $format, array $context = []) : ?mixed |
public denormalize(?mixed $data, string $type, ?string $format = NULL, array $context = []) : ?mixed |
public deserialize(?mixed $data, string $type, string $format, array $context = []) : ?mixed |
public encode(?mixed $data, string $format, array $context = []) : string |
public getSupportedTypes(?string $format) : array |
public normalize(?mixed $object, ?string $format = NULL, array $context = []) : ArrayObject|array|string|int|float|bool|?null |
public serialize(?mixed $data, string $format, array $context = []) : string |
public supportsDecoding(string $format, array $context = []) : bool |
public supportsDenormalization(?mixed $data, string $type, ?string $format = NULL, array $context = []) : bool |
public supportsEncoding(string $format, array $context = []) : bool |
public supportsNormalization(?mixed $data, ?string $format = NULL, array $context = []) : bool |
Properties |
private Symfony |
private (Symfony |
private readonly string $serializerName |
Methods |
private getCaller(string $method, string $interface) : array |