Collects some data about encoding.
- author Mathias Arlaud
- final
CloneableInstantiable
Methods |
public __call(string $method, array $arguments) : ?mixed Proxies all method calls to the original encoder. |
public __construct(Symfony |
public decode(string $data, string $format, array $context = []) : ?mixed |
public encode(?mixed $data, string $format, array $context = []) : string |
public needsNormalization() : bool |
public setSerializer(Symfony |
public supportsDecoding(string $format, array $context = []) : bool |
public supportsEncoding(string $format, array $context = []) : bool |
Properties |
private Symfony |
private Symfony |
private readonly string $serializerName |