am eb97c0dd: Patch new JSON APIs with changes informed by GSON.
* commit 'eb97c0ddc063176c26065fc6855188edf0c16e03': Patch new JSON APIs with changes informed by GSON.
This commit is contained in:
@@ -200049,6 +200049,17 @@
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="isLenient"
|
||||
return="boolean"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
<method name="nextBoolean"
|
||||
return="boolean"
|
||||
abstract="false"
|
||||
@@ -200179,21 +200190,6 @@
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="syntaxError"
|
||||
return="java.io.IOException"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="message" type="java.lang.String">
|
||||
</parameter>
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
</class>
|
||||
<class name="JsonToken"
|
||||
extends="java.lang.Enum"
|
||||
@@ -200326,6 +200322,17 @@
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="isLenient"
|
||||
return="boolean"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
<method name="name"
|
||||
return="android.util.JsonWriter"
|
||||
abstract="false"
|
||||
@@ -200367,6 +200374,19 @@
|
||||
<parameter name="indent" type="java.lang.String">
|
||||
</parameter>
|
||||
</method>
|
||||
<method name="setLenient"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="lenient" type="boolean">
|
||||
</parameter>
|
||||
</method>
|
||||
<method name="value"
|
||||
return="android.util.JsonWriter"
|
||||
abstract="false"
|
||||
@@ -200427,6 +200447,21 @@
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="value"
|
||||
return="android.util.JsonWriter"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="value" type="java.lang.Number">
|
||||
</parameter>
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
</method>
|
||||
</class>
|
||||
<class name="Log"
|
||||
extends="java.lang.Object"
|
||||
@@ -200806,6 +200841,25 @@
|
||||
</parameter>
|
||||
</method>
|
||||
</class>
|
||||
<class name="MalformedJsonException"
|
||||
extends="java.io.IOException"
|
||||
abstract="false"
|
||||
static="false"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<constructor name="MalformedJsonException"
|
||||
type="android.util.MalformedJsonException"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="message" type="java.lang.String">
|
||||
</parameter>
|
||||
</constructor>
|
||||
</class>
|
||||
<class name="MonthDisplayHelper"
|
||||
extends="java.lang.Object"
|
||||
abstract="false"
|
||||
@@ -259436,7 +259490,7 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="t" type="T">
|
||||
<parameter name="arg0" type="T">
|
||||
</parameter>
|
||||
</method>
|
||||
</interface>
|
||||
|
||||
Reference in New Issue
Block a user