commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-gson
/
xyz.xenondevs.commons.gson
/
fromJson
from
Json
inline
fun
<
T
>
Gson
.
fromJson
(
json
:
String
?
)
:
T
?
inline
fun
<
T
>
Gson
.
fromJson
(
jsonElement
:
JsonElement
?
)
:
T
?
inline
fun
<
T
>
Gson
.
fromJson
(
reader
:
Reader
)
:
T
?
inline
fun
<
T
>
Gson
.
fromJson
(
file
:
File
)
:
T
?
inline
fun
<
T
>
Gson
.
fromJson
(
file
:
Path
)
:
T
?