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

org.mattshoe.shoebox.devtools.DevToolsSerializer.kt Maven / Gradle / Ivy

package org.mattshoe.shoebox.devtools

interface DevToolsSerializer {
    fun serializeAction(action: Action): String
    fun serializeState(state: State): String
    fun deserializeAction(action: org.mattsho.shoebox.devtools.common.Action): Action
    fun deserializeState(state: org.mattsho.shoebox.devtools.common.State): State
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy