- Enclosing class:
- TdApi
Converts a JSON-serialized string to
corresponding JsonValue object. Can
be called synchronously.
Returns
JsonValue
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The JSON-serialized string. -
Constructor Summary
ConstructorDescriptionConverts a JSON-serialized string to corresponding JsonValue object.GetJsonValue
(DataInput input) Converts a JSON-serialized string to corresponding JsonValue object.GetJsonValue
(String json) Converts a JSON-serialized string to corresponding JsonValue object. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
json
The JSON-serialized string. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetJsonValue
public GetJsonValue()Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. ReturnsJsonValue
-
GetJsonValue
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. ReturnsJsonValue
- Parameters:
json
- String The JSON-serialized string.
-
GetJsonValue
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. ReturnsJsonValue
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-