Denormalizes data back into an object of the given class
Parameters
mixed $data data to restore:
string $class the expected class to instantiate:
string $format format the given data was extracted from:
Return value
object
File
- drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php, line 29
Class
- DenormalizerInterface
- Defines the interface of denormalizers.
Namespace
Symfony\Component\Serializer\Normalizer
Code
public function denormalize($data, $class, $format = null);