JMS\Serializer\Tests\Fixtures\AuthorReadOnlyPerClass:
    xml_root_name: author
    read_only: true
    properties:
        id:
            
        name:
            serialized_name:  full_name
            access_type:      public_method
            accessor_getter:  getName
            read_only:        false
