Search Results for

    Show / Hide Table of Contents

    Class SerializationTokens

    String constants used for serialization.

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

    Fields

    GraphBinary1MimeType

    The MIME type for GraphBinary 1.

    Declaration
    public const string GraphBinary1MimeType = "application/vnd.graphbinary-v1.0"
    Field Value
    Type Description
    string

    GraphSON2MimeType

    The MIME type for GraphSON 2.

    Declaration
    public const string GraphSON2MimeType = "application/vnd.gremlin-v2.0+json"
    Field Value
    Type Description
    string

    GraphSON3MimeType

    The MIME type for GraphSON 3.

    Declaration
    public const string GraphSON3MimeType = "application/vnd.gremlin-v3.0+json"
    Field Value
    Type Description
    string
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation