- Enclosing class:
- TdApi
Converts a JSON-serialized string to
corresponding JsonValue object. Can
be called synchronously.
Returns
JsonValue-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe JSON-serialized string. -
Constructor Summary
ConstructorsConstructorDescriptionConverts 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-