commonMain.com.copperleaf.ballast.debugger.versions.ClientModelSerializer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ballast-debugger-server-jvm Show documentation
Show all versions of ballast-debugger-server-jvm Show documentation
Ktor websocket server for building Ballast Debugger UI
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