We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ab7c commit 47668faCopy full SHA for 47668fa
1 file changed
gson/src/main/java/com/google/gson/GsonBuilder.java
@@ -252,7 +252,7 @@ public GsonBuilder serializeNulls() {
252
* <p>For this case, assume that a type adapter was NOT registered for some
253
* {@code Point} class, but rather the default Gson serialization is applied.
254
* In this case, some {@code new Point(2,3)} would serialize as {@code
255
- * {"x":2,"y":5}}.
+ * {"x":2,"y":3}}.
256
*
257
* <p>Given the assumption above, a {@code Map<Point, String>} will be
258
* serialize as an array of arrays (can be viewed as an entry set of pairs).
0 commit comments