public function __construct($namingStrategy)
 {
     parent::__construct($namingStrategy);
     $this->objectMetadataStack = new \SplStack();
 }
 public function __construct(PropertyNamingStrategyInterface $namingStrategy)
 {
     parent::__construct($namingStrategy);
     $this->writer = new Writer();
 }