Search Results for

    Show / Hide Table of Contents

    Class GraphSON3Reader

    Handles deserialization of GraphSON3 data.

    Inheritance
    object
    GraphSONReader
    GraphSON3Reader
    Inherited Members
    GraphSONReader.Deserializers
    GraphSONReader.ToObject(IEnumerable<JsonElement>)
    GraphSONReader.ToObject(JsonElement)
    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 GraphSON3Reader : GraphSONReader

    Constructors

    GraphSON3Reader()

    Creates a new instance of GraphSON3Reader.

    Declaration
    public GraphSON3Reader()

    GraphSON3Reader(IReadOnlyDictionary<string, IGraphSONDeserializer>)

    Creates a new instance of GraphSON3Reader.

    Declaration
    public GraphSON3Reader(IReadOnlyDictionary<string, IGraphSONDeserializer> deserializerByGraphSONType)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, IGraphSONDeserializer> deserializerByGraphSONType

    Overrides IGraphSONDeserializer instances by their type identifier.

    In this article
    Back to top Copyright © 2018 The Apache Software Foundation