<?xml version="1.0" encoding="UTF-8"?>
<serializer>
    <class name="JMS\Serializer\Tests\Fixtures\ParentSkipWithEmptyChild">
        <property name="c" type="string" />
        <property name="c" type="string" />
        <property name="child" skip-when-empty="true" />
    </class>
</serializer>
