Deserializes data into the given type.
Parameters
mixed $data:
string $type:
string $format:
File
- drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php, line 37
Class
- SerializerInterface
- Defines the interface of the Serializer
Namespace
Symfony\Component\Serializer
Code
public function deserialize($data, $type, $format);