Denormalizes data back into an object of the given class
mixed $data data to restore:
string $class the expected class to instantiate:
string $format format the given data was extracted from:
array $context options available to the denormalizer:
object
Overrides DenormalizerInterface::denormalize
public function denormalize($data, $type, $format = null, array $context = array()) {
return $this
->denormalizeObject($data, $type, $format, $context);
}