Skip to content
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

Builder property variables should not have @SerializedName annotation #220

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

RicoYao
Copy link
Contributor

@RicoYao RicoYao commented Jun 11, 2019

I initially added this annotation thinking that it'd be nice to give developers the option to deserialize directly to a Builder.

However, this isn't a good pattern since it would bypass the custom TypeAdapterFactory that each model provides.

I initially added this annotation thinking that it'd be nice to give developers the option to deserialize directly to a `Builder`.
However, this isn't a good pattern since it would bypass the custom TypeAdapterFactory that each model provides.
@shashachu
Copy link
Contributor

Looks good.

@rahul-malik rahul-malik merged commit 738fb3e into pinterest:master Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants