libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
JsonRpc
/
parse
parse
fun
<
T
>
parse
(
method
:
String
,
params
:
List
<
String
>
?
,
serializer
:
KSerializer
<
T
>
,
response
:
(
T
?
)
->
Unit
)