-
Notifications
You must be signed in to change notification settings - Fork 118
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
Symfony serializer support #205
Comments
Given how slow the JMS serializer is evolving, it would probably worth supporting the Symfony serializer. /ping @dunglas |
In that case, what do you think about adding HAL and |
What I don't like is the all-in-a-bundle approach... |
The work to extract the reusable code from the bundle is already done at code level. I've kept everything in a bundle for now because it's simpler to manage and ease contributions but if it's really something that can help merging both projects I'm ok to split it. |
@willdurand , @dunglas , it would be fantastic if this library supports Symfony serializer, so we can use this bundle with api platform together, @willdurand , api platform is very good solution for api, can you let this library support Symfony serializer please? |
currently , api platform is lack of api relation customization, maybe the relation part can be splited. |
any update for this need ? |
I think this would be interesting and not that hard to do.
Thoughts ? 😃
The text was updated successfully, but these errors were encountered: