- author Jordi Boggiano
AbstractInterface
Methods |
public abstract deserialize(?mixed $data, string $type, string $format, array $context = []) : ?mixed Deserializes data into the given type.
|
public abstract serialize(?mixed $data, string $format, array $context = []) : string Serializes data in the appropriate format.
|