toggle menu
trailblaze-common
jvm
switch theme
search in API
trailblaze-common
/
xyz.block.trailblaze.toolcalls
/
JsonSerializationUtil
Json
Serialization
Util
object
JsonSerializationUtil
Members
Functions
convert
Json
To
Type
Link copied to clipboard
fun
convertJsonToType
(
jsonElement
:
JsonElement
,
type
:
KType
)
:
Any
?
deserialize
Trailblaze
Tool
Link copied to clipboard
fun
<
T
:
Any
>
deserializeTrailblazeTool
(
clazz
:
KClass
<
T
>
,
json
:
JsonObject
)
:
T
get
Default
For
Type
Link copied to clipboard
fun
getDefaultForType
(
type
:
KType
)
:
Any