Skip to content
Advertisement

Groups Annotations don’t works

Symfony 3.1.7 + FOSRestBundle latest version

JavaScript

Then in my Article entity I added this annotation @Groups({“article”}) with the right use statement.

Whit default serializer I get :

JavaScript

Whit JMS serializer (bundle) I get :

JavaScript

(I have two articles in db) it seems like the “article” group is not recognized. When I use the default serializer whithout this annotations I get a circular error.

What’s wrong ?

[EDIT] Same behavior with

JavaScript

The response still empty.

Advertisement

Answer

Ok I fixed it using JMS serializer like this :

JavaScript

Now the groups annotations works fine.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement