Searched refs:objectStack (Results 1 – 4 of 4) sorted by relevance
29 private $objectStack; variable in JMS\\Serializer\\JsonDeserializationVisitor40 $this->objectStack = new \SplStack();208 $this->objectStack->push($this->currentObject);219 return $this->currentObject = $this->objectStack->pop();
21 private $objectStack; variable in JMS\\Serializer\\XmlDeserializationVisitor57 $this->objectStack = new \SplStack();350 $this->objectStack->push($this->currentObject);361 return $this->currentObject = $this->objectStack->pop();