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

no.ks.kes.lib.EventMetadataSerdes.kt Maven / Gradle / Ivy

package no.ks.kes.lib

interface EventMetadataSerdes {
    fun deserialize(data: ByteArray): T
    fun serialize(metadata: Metadata): ByteArray
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy