Search Results for

    Show / Hide Table of Contents

    Class VertexPropertySerializer

    A VertexProperty serializer.

    Inheritance
    System.Object
    SimpleTypeSerializer<VertexProperty>
    VertexPropertySerializer
    Implements
    ITypeSerializer
    Inherited Members
    SimpleTypeSerializer<VertexProperty>.DataType
    SimpleTypeSerializer<VertexProperty>.WriteAsync(Object, Stream, GraphBinaryWriter, CancellationToken)
    SimpleTypeSerializer<VertexProperty>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean, CancellationToken)
    SimpleTypeSerializer<VertexProperty>.ReadAsync(Stream, GraphBinaryReader, CancellationToken)
    SimpleTypeSerializer<VertexProperty>.ReadValueAsync(Stream, GraphBinaryReader, Boolean, CancellationToken)
    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.GraphBinary.Types
    Assembly: cs.temp.dll.dll
    Syntax
    public class VertexPropertySerializer : SimpleTypeSerializer<VertexProperty>, ITypeSerializer

    Constructors

    VertexPropertySerializer()

    Initializes a new instance of the VertexPropertySerializer class.

    Declaration
    public VertexPropertySerializer()

    Methods

    ReadValueAsync(Stream, GraphBinaryReader, CancellationToken)

    Declaration
    protected override async Task<VertexProperty> ReadValueAsync(Stream stream, GraphBinaryReader reader, CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    Stream stream
    GraphBinaryReader reader
    CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<VertexProperty>
    Overrides
    Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.VertexProperty>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader, CancellationToken)

    WriteValueAsync(VertexProperty, Stream, GraphBinaryWriter, CancellationToken)

    Declaration
    protected override async Task WriteValueAsync(VertexProperty value, Stream stream, GraphBinaryWriter writer, CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    VertexProperty value
    Stream stream
    GraphBinaryWriter writer
    CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.VertexProperty>.WriteValueAsync(Gremlin.Net.Structure.VertexProperty, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter, CancellationToken)

    Implements

    ITypeSerializer
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation