FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.config.jsonutils
/
IntListDeserializer
Int
List
Deserializer
class
IntListDeserializer
:
JsonDeserializer
<
MutableList
<
Int
>
>
Constructors
Functions
Constructors
Int
List
Deserializer
Link copied to clipboard
fun
IntListDeserializer
(
)
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
json
:
JsonElement
?
,
typeOfT
:
Type
?
,
context
:
JsonDeserializationContext
?
)
:
MutableList
<
Int
>