Explorar o código

Merge pull request #218 from rothfahl/master

add $this->maxDepth to serialize / unserialize
Johannes %!s(int64=11) %!d(string=hai) anos
pai
achega
9ef1b5c8ad
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,