AuthorReadOnlyPerClass.yml 313 B

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