serializer
serializer copied to clipboard
Shift annotations to yaml/xml
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | yes |
Is there a tool to generate yaml/xml configuration files from JMS annotations in PHP classes?
Currently this library does not offer such feature, but you can have a look to https://github.com/gam6itko/jms-serializer-config-converter that does it
Nice. I wrote simple script yesterday for my own purposes, but will take a look at this library with pleasure.