google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai
/
JsonSerializable
/
fromJsonNode
from
Json
Node
@
InternalApi
(
)
public
static
T
fromJsonNode
<
T
extends
JsonSerializable
>
(
JsonNode
jsonNode
,
Class
<
T
>
clazz
)
Deserializes a JsonNode to an object of the given type.