public function SerializerInterface::deserialize

Deserializes data into the given type.

Parameters

mixed $data:

string $type:

string $format:

array $context:

Return value

object

1 method overrides SerializerInterface::deserialize()
Serializer::deserialize in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php
Deserializes data into the given type.

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php, line 42

Class

SerializerInterface
Defines the interface of the Serializer

Namespace

Symfony\Component\Serializer

Code

public function deserialize($data, $type, $format, array $context = array());