Asmir Mustafic
Asmir Mustafic
can you please tell which version of `jms/serializer` and `jms/metadata` are you using?
this is weird to me as the version that supports `@Exclude(if="something")` has not yet been released
I've tried to reproduce this without success, can you try to submit a failing test case?
What is the advantage of this change? is the current code not working?
Probably is just missing.... can you create a PR on the documentation section?
Hmm, that's weird but possibile. If you have a use case for it, feel free to send a PR
The code you have posted mentions "entities", are you using doctrine? If you are using doctrine, I do not see any memory cleanup in the loops. This means that the...
Here some info on how to clean up memory in doctrine when dealing with big datasets https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/batch-processing.html
Have you tried to use `@XmlList` ? (see http://jmsyst.com/libs/serializer/master/reference/annotations#xmllist there is the `inline` option...)
Can you please post what is the expected xml?