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
I don't know if it's the same issue, but it looks alike: I'm using Symfony 2.3, Accessor by itself works fine, but if it returns an array or ArrayCollection, it will be serialized to an empty array.
So then the issue is that the returned object is not visited - event if @Type is set correctly.
Hi,
@Accessor annotation not works with sf2.3, I have this code:
use JMS\Serializer\Annotation\Accessor;
Thanks
Regards
The text was updated successfully, but these errors were encountered: