com.ibm.wala.util.graph.SerializableGraph Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.ibm.wala.util Show documentation
Show all versions of com.ibm.wala.util Show documentation
T. J. Watson Libraries for Analysis
The newest version!
package com.ibm.wala.util.graph;
import java.io.Serializable;
public interface SerializableGraph extends Graph, Serializable {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy