format

object format extends ConstFormat[Graph] with GraphFormatMixin
trait GraphFormatMixin
trait ConstFormat[Graph]
trait ConstReader[Graph]
trait Format[Graph]
trait Reader[Graph]
trait TFormat[Any, Graph]
trait Writer[Graph]
trait TReader[Any, Graph]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(in: DataInput): Graph
def write(g: Graph, out: DataOutput): Unit

Inherited methods

final protected def readControls(ref: RefMapIn): IndexedSeq[Configured]
Inherited from
GraphFormatMixin
final def readT(in: DataInput)(tx: Any): Graph
Inherited from
ConstReader
final protected def writeControls(controls: IndexedSeq[Configured], ref: RefMapOut): Unit
Inherited from
GraphFormatMixin