You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyBundle:MyEntity is specific to a doctrine entity manager (which has a configuration for namespace aliases). And if you have a project using both the ORM and the ODM, this will be ambiguous in this context as there is no reason to use the ORM rather than the ODM (or the opposite). The : shorthand syntaxes in Symfony are always specific to a given context. There is no logical context for the serializer IMO.
Hello.
This might have been already reported... Anyway, the issue is that the notation like this:
doesn't seem to be supported (fails at parsing class name), so one has to pass full class name like this:
Not a show stopper, but not very nice in terms of Symfony integration.
The text was updated successfully, but these errors were encountered: