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