Show / Hide Table of Contents

    Class GraphSON3Writer

    Handles serialization of GraphSON3 data.

    Inheritance
    System.Object
    GraphSONWriter
    GraphSON3Writer
    Inherited Members
    GraphSONWriter.Serializers
    GraphSONWriter.WriteObject(Object)
    GraphSONWriter.ToDict(Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Structure.IO.GraphSON
    Assembly: cs.temp.dll.dll
    Syntax
    public class GraphSON3Writer : GraphSONWriter

    Constructors

    GraphSON3Writer()

    Creates a new instance of GraphSON3Writer.

    Declaration
    public GraphSON3Writer()

    GraphSON3Writer(IReadOnlyDictionary<Type, IGraphSONSerializer>)

    Creates a new instance of GraphSON3Writer.

    Declaration
    public GraphSON3Writer(IReadOnlyDictionary<Type, IGraphSONSerializer> customSerializerByType)
    Parameters
    Type Name Description
    IReadOnlyDictionary<System.Type, IGraphSONSerializer> customSerializerByType

    IGraphSONSerializer serializers identified by their System.Type.

    Back to top Copyright © 2018 The Apache Software Foundation