toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core
/
Serialization
/
fromJson
from
Json
fun
<
T
>
fromJson
(
json
:
JsonElement
,
clazz
:
Class
<
T
>
)
:
T
fun
<
T
>
fromJson
(
json
:
JsonElement
,
token
:
TypeToken
<
T
>
)
:
T