Search Results for

    Show / Hide Table of Contents

    Class BulkSetSerializer<TList>

    A serializer for the GraphBinary type BulkSet that gets converted to TList.

    Inheritance
    System.Object
    SimpleTypeSerializer<TList>
    BulkSetSerializer<TList>
    Implements
    ITypeSerializer
    Inherited Members
    SimpleTypeSerializer<TList>.DataType
    SimpleTypeSerializer<TList>.WriteAsync(Object, Stream, GraphBinaryWriter)
    SimpleTypeSerializer<TList>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean)
    SimpleTypeSerializer<TList>.ReadAsync(Stream, GraphBinaryReader)
    SimpleTypeSerializer<TList>.ReadValueAsync(Stream, GraphBinaryReader, Boolean)
    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 BulkSetSerializer<TList> : SimpleTypeSerializer<TList>, ITypeSerializer where TList : IList, new()
    Type Parameters
    Name Description
    TList

    The type of the list to convert the BulkSet into.

    Constructors

    BulkSetSerializer()

    Initializes a new instance of the BulkSetSerializer<TList> class.

    Declaration
    public BulkSetSerializer()

    Methods

    ReadValueAsync(Stream, GraphBinaryReader)

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

    WriteValueAsync(TList, Stream, GraphBinaryWriter)

    Currently not supported.

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

    Implements

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