leonardorcortes

Results 2 comments of leonardorcortes

Serializer does not work with getter and setter: config.yml ``` yaml tecbot_amf: use_serialization: true services: ExampleAmfService: MyExampleBundle:ExampleAmf mappings: Example: My\ExampleBundle\Entity\Example ``` My\ExampleBundle\Resources\config\serializer\Example.xml ``` xml ``` My\ExampleBunde\Entity\Example ``` php ``` Flex...

Ok, at this point, PHP and FLEX can understand types, but related entitites not. For example, City -> State: PHP: all properties from city entity are populated. FLEX: related properties...