All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.mahjongutils.entry.coder.ParamsDecoder.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package mahjongutils.entry.coder

import kotlin.reflect.KType
import kotlin.reflect.typeOf


internal interface ParamsDecoder {
    fun  decodeParams(rawParams: RAW_PARAMS, paramsType: KType): PARAMS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy