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

org.openl.rules.project.IRulesDeploySerializer Maven / Gradle / Ivy

package org.openl.rules.project;

import java.io.InputStream;

import org.openl.rules.project.model.RulesDeploy;

public interface IRulesDeploySerializer {
    RulesDeploy deserialize(InputStream source);

    String serialize(RulesDeploy source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy