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

com.github.janssk1.maven.plugin.graph.GraphSerializer Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package com.github.janssk1.maven.plugin.graph;

import com.github.janssk1.maven.plugin.graph.graph.Graph;

import java.io.IOException;
import java.io.Writer;

/**
 * User: janssk1
 * Date: 10/5/11
 * Time: 12:24 PM
 */
public interface GraphSerializer {

    void serialize(Graph graph, Writer writer) throws IOException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy