Search Results for

    Show / Hide Table of Contents

    Class IO

    Inheritance
    object
    IO
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: Gremlin.Net.dll
    Syntax
    public class IO

    Fields

    graphml

    Declaration
    public const string graphml = "graphml"
    Field Value
    Type Description
    string

    graphson

    Declaration
    public const string graphson = "graphson"
    Field Value
    Type Description
    string

    gryo

    Declaration
    public const string gryo = "gryo"
    Field Value
    Type Description
    string

    reader

    Declaration
    public const string reader = "~tinkerpop.io.reader"
    Field Value
    Type Description
    string

    registry

    Declaration
    public const string registry = "~tinkerpop.io.registry"
    Field Value
    Type Description
    string

    writer

    Declaration
    public const string writer = "~tinkerpop.io.writer"
    Field Value
    Type Description
    string
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation