
com.chutneytesting.execution.domain.compiler.GwtScenarioMarshaller Maven / Gradle / Ivy
package com.chutneytesting.execution.domain.compiler;
import com.chutneytesting.design.domain.scenario.gwt.GwtScenario;
public interface GwtScenarioMarshaller {
String serialize(GwtScenario scenario);
GwtScenario deserialize(String title, String description, String blob);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy