IntListDeserializer

class IntListDeserializer : JsonDeserializer<MutableList<Int>>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(json: JsonElement?, typeOfT: Type?, context: JsonDeserializationContext?): MutableList<Int>