Remove package API from README

Types.createJsonQualifierImplementation() is not a public API.
This commit is contained in:
Eric Cochran
2017-02-04 15:39:35 -08:00
committed by GitHub
parent 49092ece96
commit 0a70c5c4ab

View File

@@ -33,8 +33,8 @@ your application classes.
format of the encoded JSON. format of the encoded JSON.
* New: `JsonReader.selectName()` and `selectString()` optimize decoding JSON with known names and * New: `JsonReader.selectName()` and `selectString()` optimize decoding JSON with known names and
values. values.
* New: `Types.nextAnnotations()` and `Types.createJsonQualifierImplementation()` reduce the amount * New: `Types.nextAnnotations()` reduces the amount of code required to implement a custom
of code required to implement a custom `JsonAdapter.Factory`. `JsonAdapter.Factory`.
* Fix: Don't fail on large longs that have a fractional component like `9223372036854775806.0`. * Fix: Don't fail on large longs that have a fractional component like `9223372036854775806.0`.
## Version 1.3.1 ## Version 1.3.1