-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Allow grouping for #[SerializedName]
and #[SerializedPath]
s
#53858
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
Comments
Thank you for this suggestion. |
Yes please keep open |
Anyone willing to provide a PR implementing this feature? |
I've looked into this and it looks feasible. The only tricky part is BC. |
FYI just found out this is partial duplicate of #30483. |
Thank you for this suggestion. |
Just a quick reminder to make a comment on this. If I don't hear anything I'll close this. |
@carsonbot Please keep open. |
Description
It'd be great to apply serialized name and path based on group(s) - the same way as it's implemented for context.
Example usage: when you have an API where property paths and/or names differs from internal representation.
Example
The text was updated successfully, but these errors were encountered: