Sfoglia il codice sorgente

Merge pull request #218 from rothfahl/master

add $this->maxDepth to serialize / unserialize
Johannes 11 anni fa
parent
commit
9ef1b5c8ad
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php

+ 2 - 0
src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php

@@ -61,6 +61,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
             $this->xmlAttributeMap,
+            $this->maxDepth,
             $this->getter,
             $this->setter,
             $this->inline,
@@ -88,6 +89,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
             $this->xmlAttributeMap,
+            $this->maxDepth,
             $this->getter,
             $this->setter,
             $this->inline,