We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is great to see people actually realize we need something work like sheriff in Golang's world.
As a Symfony developer too I enjoy JMSSerializationBundle very much on serializing and deserializing data easily.
It would be great if it can be supported too.
The text was updated successfully, but these errors were encountered:
Why can't you just use standard json unmarshalling using json.Unmarshal or so?
json.Unmarshal
Sorry, something went wrong.
The problem is I want to allow certain fields be able to deserialize into my struct only according to serialization group of the route.
For example, /admin/orders/1 is allowed to deserialize orderTotal but not /orders/1. The standard library is not applicable.
/admin/orders/1
/orders/1
This is not planned currently.
No branches or pull requests
It is great to see people actually realize we need something work like sheriff in Golang's world.
As a Symfony developer too I enjoy JMSSerializationBundle very much on serializing and deserializing data easily.
It would be great if it can be supported too.
The text was updated successfully, but these errors were encountered: