Deserialization

flatgraph.storage.Deserialization

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class DeserializationException(message: String, cause: Option[Throwable]) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def readGraph(storagePath: Path, schemaMaybe: Option[Schema], persistOnClose: Boolean, requestedExecutor: Option[ExecutorService]): Graph
def readManifest(channel: FileChannel): Value