1JMS\Serializer\Tests\Fixtures\AuthorReadOnlyPerClass:
2    xml_root_name: author
3    read_only: true
4    properties:
5        id:
6
7        name:
8            serialized_name:  full_name
9            access_type:      public_method
10            accessor_getter:  getName
11            read_only:        false
12