- <?xml version="1.0" encoding="UTF-8"?>
- <serializer>
- <class name="JMS\SerializerBundle\Tests\Fixtures\BlogPost" xml-root-name="blog-post">
- <property name="title" type="string" />
- <property name="createdAt" xml-attribute="true" type="DateTime" />
- <property name="published" type="boolean" serialized-name="is_published" xml-attribute="true" />
- <property name="comments">
- <type><![CDATA[ArrayCollection<JMS\SerializerBundle\Tests\Fixtures\Comment>]]></type>
- <xml-list inline="true" entry-name="comment" />
- </property>
- <property name="author" type="JMS\SerializerBundle\Tests\Fixtures\Author" />
- </class>
- </serializer>
|