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

com.harium.suneidesis.serialization.KnowledgeBaseSerializer Maven / Gradle / Ivy

The newest version!
package com.harium.suneidesis.serialization;

import com.harium.suneidesis.repository.KnowledgeBase;

import java.io.IOException;
import java.io.OutputStream;

public interface KnowledgeBaseSerializer {

    String serialize(KnowledgeBase knowledgeBase) throws IOException;

    OutputStream serialize(KnowledgeBase knowledgeBase, OutputStream stream) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy