Marcin Czarnecki

Results 50 comments of Marcin Czarnecki

Most of the testing framework has some hooks to stick before / after scenarios. What do you think about something similar that are not executed concurently? For example: ``` beforeAll...

Hi @svenhaack ! I think `inline` option under `xml_list` will help you to achieve your goal. See: [yml_reference.rst](https://github.com/schmittjoh/serializer/blob/110e803463b859b918ef0f8b4759e1a356953e49/doc/reference/yml_reference.rst) Best, scyzoryck.

Thanks for feedback! I think it is time to make docs Attributes first :)

> On attempt to deserialize the first string (ad 1.a.) the process fails. Is there any error message? I guess one solution that comes to my mind is to use...

@helvete at the moment I do not see a way to achieve such behaviour without writing using custom type (it is not possible to use handlers for `array` type. Then...

Hello @ASrey! May `JsonDeserializationStrictVisitor` will solve your issues? More info you can find here: https://github.com/schmittjoh/serializer/pull/1401/files will solve your issue? Best, Marcin.

Quickly looking at the `symfony` context - it looks like it like an associative array - so most probably it can be easily extended to add all JMS options. In...

Hi! I guess it is caused by the memory leaks fixes. Could you provide any example of the code that is failing, with the full error log stack, please? Without...

I'm afraid it seems to be impossible with Reflection - we would need to rewrite it to use AST instead. May you can try to use [AccessorOrder](https://jmsyst.com/libs/serializer/master/reference/annotations#accessororder) annotation?

Hi! It looks like this feature has been abandoned long time ago. I would suggest to create a StdClass handler that will do the job for you and register it...