google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai
/
JsonSerializable
/
fromJsonString
from
Json
String
@
InternalApi
(
)
public
static
T
fromJsonString
<
T
extends
JsonSerializable
>
(
String
jsonString
,
Class
<
T
>
clazz
)
Deserializes a Json string to an object of the given type. This is for internal use only.