15 lines
523 B
Plaintext
15 lines
523 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<serializer>
|
|
<!--
|
|
This file has been generated by the EasyExtends bundle ( https://sonata-project.org/bundles/easy-extends )
|
|
|
|
@author <yourname> <youremail>
|
|
-->
|
|
|
|
<class name="{{ namespace }}\Entity\{{ name }}" exclusion-policy="all" xml-root-name="{{ root_name }}">
|
|
|
|
<property xml-attribute-map="true" name="id" type="integer" expose="true" since-version="1.0" groups="sonata_api_read,sonata_api_write,sonata_search" />
|
|
|
|
</class>
|
|
</serializer>
|