Browse Source

Merge pull request #204 from colinfrei/patch-1

Add xmlAttributeMap to serialized values
Johannes 11 years ago
parent
commit
720847b73d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php

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

@@ -59,6 +59,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlValue,
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
+            $this->xmlAttributeMap,
             $this->getter,
             $this->setter,
             $this->inline,
@@ -84,6 +85,7 @@ class VirtualPropertyMetadata extends PropertyMetadata
             $this->xmlValue,
             $this->xmlKeyValuePairs,
             $this->xmlElementCData,
+            $this->xmlAttributeMap,
             $this->getter,
             $this->setter,
             $this->inline,