Asmir Mustafic
Asmir Mustafic
if i'm not mistaken, you would like to exclude an attribute if a specific group is present... right? Currently there are many exclusion strategies already available, and this can be...
I do not have really a strong opinion on this. I'm more worried on making the serializer code bigger. The serializer offer "groups" that are "inclusions, while this will be...
any way to test this?
Can you help here to reproduce the issue?
I understand that for some cases might be a problem, i'm wondering if this is a bug or an issue with the configurations in your project, and IMO the only...
can you please add more details? like the full exception, your class code and your json document that caused the error.
> can you please add more details? like the full exception, your class code and your json document that caused the error.
@Majkl578 What do you think?
I have checked the approach used internally by ocraminus, in reality used `Closure::bind` .... so it is not faster that what we have now... and is exactly `Closure::bind` :smile: Not...
the version in this PR is 10% slower that the current master... :confused: .... still to figure out why.