webforge-labs / webforge-doctrine-compiler

Generate your doctrine entities metadata from a simple json file, including the php code for the entity
MIT License
3 stars 0 forks source link

Integrate annotations for JMS Serializer Bundle #19

Open pscheit opened 10 years ago

pscheit commented 10 years ago

the first commit does it for very simple properties, but not now for collections. We used some hacks to make it work with the current serializer (e.g. using json but serializing to just plain objects instead of json_encoded stuff) We need some mechanism to decide if the children-collections are just entitiy-ids or a full recursive definition of a child (that will be persisted as new). These mechanism do not exist yet, so this isn't closed yet