Search Results for

    Show / Hide Table of Contents

    Interface IGraphSONSerializer

    Supports serializing of an object to GraphSON.

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

    Methods

    Dictify(dynamic, GraphSONWriter)

    Transforms an object into a dictionary that resembles its GraphSON representation.

    Declaration
    Dictionary<string, dynamic> Dictify(dynamic objectData, GraphSONWriter writer)
    Parameters
    Type Name Description
    dynamic objectData

    The object to dictify.

    GraphSONWriter writer

    A GraphSONWriter that can be used to dictify properties of the object.

    Returns
    Type Description
    Dictionary<string, object>

    The GraphSON representation.

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