Search Results for

    Show / Hide Table of Contents

    Interface IGraphSONDeserializer

    Supports deserializing GraphSON into an object.

    Namespace: Gremlin.Net.Structure.IO.GraphSON
    Assembly: Gremlin.Net.dll
    Syntax
    public interface IGraphSONDeserializer

    Methods

    Objectify(JsonElement, GraphSONReader)

    Deserializes GraphSON to an object.

    Declaration
    dynamic Objectify(JsonElement graphsonObject, GraphSONReader reader)
    Parameters
    Type Name Description
    JsonElement graphsonObject

    The GraphSON object to objectify.

    GraphSONReader reader

    A GraphSONReader that can be used to objectify properties of the GraphSON object.

    Returns
    Type Description
    dynamic

    The deserialized object.

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