-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Groups deserialization is not working with collection #1723
Comments
Hum your example is a bit strange? You create an object with the class and then you deserialize it? why ? |
🎉 This issue has been resolved in version 6.100.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hum yes sorry if the example was confusing 😅 I was reading the documentation and just try to put less lines as possible to target my problem efficently
But yes indeed it may be confusing because I didn't explain it and use an instance of my object directly Thanks for you're release 🚀 |
You’re welcome ;) |
🎉 This issue has been resolved in version 7.0.0-beta.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Information
@Groups("group")
is used to omit some properties before accessing the controller (during the deserialization).But in my case it does not work with an array
Example
The text was updated successfully, but these errors were encountered: