moshi
/
com.squareup.moshi
/
JsonAdapter
/
toJson
to
Json
abstract fun
toJson
(writer:
JsonWriter
, value:
T
)
Content copied to clipboard
fun
toJson
(sink:
BufferedSink
, value:
T
)
Content copied to clipboard
@
CheckReturnValue
()
fun
toJson
(value:
T
):
String
Content copied to clipboard