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

commonMain.com.copperleaf.ballast.debugger.versions.ClientModelSerializer.kt Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package com.copperleaf.ballast.debugger.versions

public interface ClientModelSerializer {

    public val supported: Boolean

    public fun mapIncoming(incoming: String): Event

    public fun mapOutgoing(outgoing: Action): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy