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
Ideally you'd be able to provide custom serialization names as you do for other libraries like:
data class MyClass( @SerializedName("user_id") val id: String, @SerializedName("user_name") val name: String, val lastName: String, val mail: String )
That helps when you want to name your properties differently than in the json, which is a common use case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ideally you'd be able to provide custom serialization names as you do for other libraries like:
That helps when you want to name your properties differently than in the json, which is a common use case.
The text was updated successfully, but these errors were encountered: