-
-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why not use jms serializer? #753
Comments
For several reasons:
And according to the latest benchmarks, Symfony Serializer is faster, but that's not very interesting because both are very fast anyway. To learn more about the Symfony Serializer, how it works and all its features: https://dunglas.fr/2018/05/mastering-the-symfony-serializer-php-tour-slides/ |
@dunglas , thanks for you very detail explanation. |
@dunglas you should enable to possibility to chose the serializer we want in the configuration the same way it is done in the fos rest bundle. |
@babacargithub Sorry, while what you suggest sounds nice on paper, it's not feasible. We're not going to do it. This will not change in the foreseeable future. |
why api platform doesn't use jms serailzier? jms serializer provides more features , such as version and its faster than Symfony one.
The text was updated successfully, but these errors were encountered: