浏览代码

Merge pull request #218 from rothfahl/master

add $this->maxDepth to serialize / unserialize
Johannes 11 年之前
父节点
当前提交
9ef1b5c8ad
共有 1 个文件被更改,包括 2 次插入0 次删除
  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,