object
denormalize(mixed $data, $type, string $format = null, array $context = array())
Denormalizes data back into an object of the given class.
Parameters mixed $data data to restore $type string $format format the given data was extracted from array $context options available to the denormalizer Return Value object