moshi
/
com.squareup.moshi
/
JsonAdapter
/
fromJson
from
Json
@
CheckReturnValue
()
@
Nullable
()
abstract fun
fromJson
(reader:
JsonReader
):
T
Content copied to clipboard
@
CheckReturnValue
()
@
Nullable
()
fun
fromJson
(source:
BufferedSource
):
T
Content copied to clipboard
@
CheckReturnValue
()
@
Nullable
()
fun
fromJson
(string:
String
):
T
Content copied to clipboard