typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest-serializers-moshi
/
net.typedrest.serializers
/
MoshiJsonSerializer
/
deserializeList
deserialize
List
open
override
fun
<
T
>
deserializeList
(
body
:
ResponseBody
,
type
:
Class
<
T
>
)
:
List
<
T
>
?