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

tech.relaycorp.relaynet.ramf.RAMFMessageCompanion.kt Maven / Gradle / Ivy

There is a newer version: 1.69.11
Show newest version
package tech.relaycorp.relaynet.ramf

import java.io.InputStream

internal interface RAMFMessageCompanion> {
    fun deserialize(serialization: ByteArray): Message

    fun deserialize(serialization: InputStream): Message
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy