Search Results for

    Show / Hide Table of Contents

    Class GraphSON2Writer

    Handles serialization of GraphSON2 data.

    Inheritance
    object
    GraphSONWriter
    GraphSON2Writer
    Inherited Members
    GraphSONWriter.Serializers
    GraphSONWriter.WriteObject(dynamic)
    GraphSONWriter.ToDict(dynamic)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Gremlin.Net.Structure.IO.GraphSON
    Assembly: Gremlin.Net.dll
    Syntax
    public class GraphSON2Writer : GraphSONWriter

    Constructors

    GraphSON2Writer()

    Creates a new instance of GraphSON2Writer.

    Declaration
    public GraphSON2Writer()

    GraphSON2Writer(IReadOnlyDictionary<Type, IGraphSONSerializer>)

    Creates a new instance of GraphSON2Writer.

    Declaration
    public GraphSON2Writer(IReadOnlyDictionary<Type, IGraphSONSerializer> customSerializerByType)
    Parameters
    Type Name Description
    IReadOnlyDictionary<Type, IGraphSONSerializer> customSerializerByType
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation