![JAR search and dependency download from the Maven repository](/logo.png)
no.ks.kes.lib.CmdSerdes.kt Maven / Gradle / Ivy
package no.ks.kes.lib
import kotlin.reflect.KClass
interface CmdSerdes {
fun deserialize(cmdData: ByteArray, serializationId: String): Cmd<*>
fun serialize(cmd: Cmd<*>): ByteArray
fun getSerializationId(cmdClass: KClass>): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy