mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 23:21:01 +08:00
Remove package API from README
Types.createJsonQualifierImplementation() is not a public API.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user