Asmir Mustafic

Results 539 comments of Asmir Mustafic

Hmm..... that could be the reason for not having that event.... as it is an edgecase situation... :disappointed_relieved:

it looks we need something as https://github.com/schmittjoh/serializer/blob/a07ee590f64a4c8b156acc95b0cc33fa63a688b7/src/SerializerBuilder.php#L529 even there. PR are welcome.

The issue is in https://github.com/schmittjoh/metadata

Very nice feature. Implementation a bit complex. Attention that you are targeting the master branch, but probably your pr was made to work with the 1.x branch. Is there a...

Hi, sorry if it took that long (more than a year...), but somehow I've missed this PR. Are you still working on it or on something similar?

2.x if not maintained anymore, sorry :(

In jms/serializer properties are per class. Any change that you need in the parent class have to be done in the parent class metadata definition. If you need to deserialize...

Dynanic type should be done by type handlers or event listeners. Each property must have a type defined.

In `CDB\Collection\DTO\FormRequest` the `signatureType` property is ignored as it is defined in `CDB\Collection\DTO\ApiRequest`