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

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

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

import kotlin.reflect.KType
import mahjongutils.entry.Result

internal interface ResultEncoder {
    fun  encodeData(result: DATA, dataType: KType): RAW_RESULT
    fun  encodeResult(result: Result, dataType: KType): RAW_RESULT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy