-
Notifications
You must be signed in to change notification settings - Fork 624
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
Can SerialName annotation support alternate? #203
Comments
I'm actually in need of this as well. One thing I don't really like about gson's is the API for it personally. I would propose, if possible, that this implementation just use a single parameter overloaded constructor like @SerialName("Example")
@SerialName(listOf("Example", "example"))
// or if var args are acceptable
@SerialName("Example", "example") |
This would be awesome! |
@ToxicBakery I don't think the api you are suggesting will work well for |
I don't see that as an issue. I'll settle for having support at all though regardless of the API 😄 |
Any updates on this feature? Waiting for it too. |
Any news ? |
Any updates? Edited: they're working on it here #597 |
Fixed by #1375 |
Can SerialName annotation support alternate?
Like Gson's SerializedName annotation.
The text was updated successfully, but these errors were encountered: