MultilineGroupsFormat.xml 679 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <serializer>
  3. <class name="JMS\Serializer\Tests\Fixtures\MultilineGroupsFormat"
  4. exclusion-policy="all"
  5. read-only="true"
  6. >
  7. <virtual-property method="getAmount" type="integer" serialized-name="amount">
  8. <groups>
  9. <value>first.test.group</value>
  10. </groups>
  11. </virtual-property>
  12. <virtual-property method="getCurrency" type="string" serialized-name="currency">
  13. <groups>
  14. <value>first.test.group</value>
  15. <value>second.test.group</value>
  16. </groups>
  17. </virtual-property>
  18. </class>
  19. </serializer>