SimpleSubClassObject.xml 682 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <serializer>
  3. <class name="JMS\Serializer\Tests\Fixtures\SimpleSubClassObject">
  4. <xml-namespace prefix="foo" uri="http://better.foo.example.org"/>
  5. <xml-namespace prefix="old_foo" uri="http://foo.example.org"/>
  6. <property name="moo" type="string">
  7. <xml-element namespace="http://better.foo.example.org"/>
  8. </property>
  9. <property name="baz" type="string">
  10. <xml-element namespace="http://foo.example.org"/>
  11. </property>
  12. <property name="qux" type="string">
  13. <xml-element namespace="http://new.foo.example.org"/>
  14. </property>
  15. </class>
  16. </serializer>