Interface DAGMarshaller<T extends Comparable<T>>


public interface DAGMarshaller<T extends Comparable<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    marshall(DAG<T> dag, OutputStream target)