GraphSONExporter

object GraphSONExporter extends Exporter

Exports OverflowDB graph to GraphSON 3.0

https://tinkerpop.apache.org/docs/3.4.1/dev/io/#graphson-3d0

trait Exporter
class Object
trait Matchable
class Any

Value members

Concrete methods

def propertyEntry(element: Element, propertyId: AtomicInteger, propertyType: String): Map[String, Property]
override def runExport(graph: Graph, outputRootDirectory: Path): ExportResult
Definition Classes
def valueEntry(propertyValue: Any): PropertyValue

Inherited methods

def runExport(graph: Graph, outputFile: String): ExportResult
Inherited from:
Exporter