ParentSkipWithEmptyChild.xml 298 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <serializer>
  3. <class name="JMS\Serializer\Tests\Fixtures\ParentSkipWithEmptyChild">
  4. <property name="c" type="string" />
  5. <property name="c" type="string" />
  6. <property name="child" skip-when-empty="true" />
  7. </class>
  8. </serializer>