valueFormat

object valueFormat extends ConstFormat[SynthGraph]

A format for synth graphs.

trait ConstFormat[SynthGraph]
trait ConstReader[SynthGraph]
trait Format[SynthGraph]
trait Reader[SynthGraph]
trait TFormat[Any, SynthGraph]
trait Writer[SynthGraph]
trait TReader[Any, SynthGraph]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(in: DataInput): SynthGraph
def write(v: SynthGraph, out: DataOutput): Unit

Inherited methods

final
def readT(in: DataInput)(implicit tx: Any): SynthGraph
Inherited from
ConstReader