- <?xml version="1.0" encoding="UTF-8"?>
- <serializer>
- <class name="JMS\Serializer\Tests\Fixtures\SimpleSubClassObject">
- <xml-namespace prefix="foo" uri="http://better.foo.example.org"/>
- <xml-namespace prefix="old_foo" uri="http://foo.example.org"/>
- <property name="moo" type="string">
- <xml-element namespace="http://better.foo.example.org"/>
- </property>
- <property name="baz" type="string">
- <xml-element namespace="http://foo.example.org"/>
- </property>
- <property name="qux" type="string">
- <xml-element namespace="http://new.foo.example.org"/>
- </property>
- </class>
- </serializer>
|