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
Hi! I'm struggling serializing my fragment model. I've found out that it never serializes the model if I add/removes elements in an array and it only does it if I change any other attribute.
The thing is that I want to generate a parametrized URL with the elements inside the array but it never execute the seralize method if I change only the elements of the array because it does not recognize that any change has been made.
For example, if I change the name and the array then it serialize my model.
Can anyone help me? I'm kinda lost with fragments
The text was updated successfully, but these errors were encountered:
Hi! I'm struggling serializing my fragment model. I've found out that it never serializes the model if I add/removes elements in an array and it only does it if I change any other attribute.
This is my model:
This is the serializer:
The thing is that I want to generate a parametrized URL with the elements inside the array but it never execute the seralize method if I change only the elements of the array because it does not recognize that any change has been made.
For example, if I change the name and the array then it serialize my model.
Can anyone help me? I'm kinda lost with fragments
The text was updated successfully, but these errors were encountered: