/**
  * @inheritdoc
  */
 public function canDenormalize(string $reference) : bool
 {
     return $this->collectionDenormalizer->canDenormalize($reference);
 }