Closed themark147 closed 1 year ago
Hi! Thanks for sharing! It looks like an interesting feature, however adding dependency on interface from symfony to this package directly might be not the best idea. Strong coupling will introduce more breaking changes, not needed for most of the projects. I think we might think about some kind of adapter that will make it work with symfony inside JMS bundle package. But I am open for other ideas too.
Best, scyzoryck.
yea u right I should start discuss about that feature in JMS Bundle sorry. Also agree with coupling. I will try to think about it how it can be done with some adapter right in bundle
Thanks!
No problem! Feel free to submit pull request. I will be glad to help with code review or the merge process.
Best scyzoryck.
Let's move discussion to: https://github.com/schmittjoh/JMSSerializerBundle/issues/928
Hello,
In SF 6.3 we will have feature https://symfony.com/blog/new-in-symfony-6-3-mapping-request-data-to-typed-objects
but RequestPayloadValueResolver resolver requires Only interfaces from symfony serializer ... its any change JMS serializer will be implements symfony serializer interface? cause JMS is used by JMS bundle and FOS rest bundle
thanks