I\'m trying to deserialize an entity with a relationship using the symfony serializer component. This is my entity:
namespace AppBundle\\Entity; use Doctrin
It works now.You have to enable property_info in config.yml:
framework: property_info: enabled: true