Skip to content

Commit

Permalink
Fix typo (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s authored and rahul-malik committed Aug 21, 2018
1 parent c387215 commit 71a3a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2018-03-11-java-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The Java output currently has external dependencies.
The generated code will reference annotations from [AutoValue](https://github.com/google/auto/tree/master/value) to automatically create implementations of getters/setters for fields and `equals`, `hashCode` and `toString` implementations. Motivation is to use a well adopted framework that provides compile-time generation of boilerplate code which makes the generated code easier to read and maintain.

### Gson
To support JSON deserialization, we will be utilizing the `@SerializedName` annotation in [Gson](https://github.com/google/gson) to facilitate the convertion between Plank types and JSON objects.
To support JSON deserialization, we will be utilizing the `@SerializedName` annotation in [Gson](https://github.com/google/gson) to facilitate the conversion between Plank types and JSON objects.

### AutoValue Gson
We will be utilizing [AutoValue Gson](https://github.com/rharter/auto-value-gson) to synthesize type adapters from the Gson and AutoValue annotations.
Expand Down

0 comments on commit 71a3a5c

Please sign in to comment.