- author Jordi Boggiano
AbstractInterface
Methods |
public abstract encode(?mixed $data, string $format, array $context = []) : string Encodes data into the given format.
|
public abstract supportsEncoding(string $format) : bool Checks whether the serializer can encode to given format.
|