You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2021/07/27 11:10:46 UTC

svn commit: r1891827 [7/8] - in /tinkerpop/site: docs/3.5.2-SNAPSHOT/dev/provider/ docs/3.5.2-SNAPSHOT/recipes/ docs/3.5.2-SNAPSHOT/reference/ docs/3.5.2-SNAPSHOT/tutorials/getting-started/ docs/3.5.2-SNAPSHOT/tutorials/gremlins-anatomy/ docs/3.5.2-SNA...

Modified: tinkerpop/site/dotnetdocs/3.5.2-SNAPSHOT/index.json
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2-SNAPSHOT/index.json?rev=1891827&r1=1891826&r2=1891827&view=diff
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2-SNAPSHOT/index.json (original)
+++ tinkerpop/site/dotnetdocs/3.5.2-SNAPSHOT/index.json Tue Jul 27 11:10:45 2021
@@ -32,7 +32,7 @@
   "api/Gremlin.Net.Driver.GremlinClient.html": {
     "href": "api/Gremlin.Net.Driver.GremlinClient.html",
     "title": "Class GremlinClient | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class GremlinClient Provides a mechanism for submitting Gremlin requests to one Gremlin Server. Inheritance System.Object GremlinClient Implements IGremlinClient System.IDisposable Inherited Members 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.Driver Assembly : cs.temp.dll.dll Syntax public class GremlinClient : IGremlinClient, IDisposable Constructors GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration [Obsolete(\"This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.\")] public GremlinClient(GremlinServer gremlinServer, GraphSON
 Reader graphSONReader, GraphSONWriter graphSONWriter, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. GraphSONReader graphSONReader A instance to read received GraphSON data. GraphSONWriter graphSONWriter a instance to write GraphSON data. ConnectionPoolSettings connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, String, ConnectionPoolSettings, Action<ClientWebSocketOptio
 ns>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration [Obsolete(\"This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.\")] public GremlinClient(GremlinServer gremlinServer, GraphSONReader graphSONReader, GraphSONWriter graphSONWriter, string mimeType, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. GraphSONReader graphSONReader A instance to read received GraphSON data. GraphSONWriter graphSONWriter a instance to write GraphSON data. System.String mimeType The GraphSON version mime type, defaults to latest supported by the server. ConnectionPoolSettings connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions 
 > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. GremlinClient(GremlinServer, IMessageSerializer, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration public GremlinClient(GremlinServer gremlinServer, IMessageSerializer messageSerializer = null, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. IMessageSerializer messageSerializer A IMessageSerializer instance to serialize messages sent to and received from the server. ConnectionPoolSettings connectionPoo
 lSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. Properties NrConnections Gets the number of open connections. Declaration public int NrConnections { get; } Property Value Type Description System.Int32 Methods Dispose() Declaration public void Dispose() Dispose(Boolean) Releases the resources used by the GremlinClient instance. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Specifies whether managed resources should be released. SubmitAsync<T>(RequestMessage) Declaration public async Task<ResultSet<T>> SubmitAsync<T>(RequestMessage requestMessage) Parameters Type Name Desc
 ription RequestMessage requestMessage Returns Type Description Task < ResultSet <T>> Type Parameters Name Description T Implements IGremlinClient System.IDisposable"
+    "keywords": "Class GremlinClient Provides a mechanism for submitting Gremlin requests to one Gremlin Server. Inheritance System.Object GremlinClient Implements IGremlinClient System.IDisposable Inherited Members 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.Driver Assembly : cs.temp.dll.dll Syntax public class GremlinClient : IGremlinClient, IDisposable Constructors GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration [Obsolete(\"This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.\")] public GremlinClient(GremlinServer gremlinServer, GraphSON
 Reader graphSONReader, GraphSONWriter graphSONWriter, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. GraphSONReader graphSONReader A instance to read received GraphSON data. GraphSONWriter graphSONWriter a instance to write GraphSON data. ConnectionPoolSettings connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, String, ConnectionPoolSettings, Action<ClientWebSocketOptio
 ns>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration [Obsolete(\"This constructor is obsolete. Use the constructor that takes a IMessageSerializer instead.\")] public GremlinClient(GremlinServer gremlinServer, GraphSONReader graphSONReader, GraphSONWriter graphSONWriter, string mimeType, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. GraphSONReader graphSONReader A instance to read received GraphSON data. GraphSONWriter graphSONWriter a instance to write GraphSON data. System.String mimeType The GraphSON version mime type, defaults to latest supported by the server. ConnectionPoolSettings connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions 
 > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. GremlinClient(GremlinServer, IMessageSerializer, ConnectionPoolSettings, Action<ClientWebSocketOptions>, String) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration public GremlinClient(GremlinServer gremlinServer, IMessageSerializer messageSerializer = null, ConnectionPoolSettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null, string sessionId = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. IMessageSerializer messageSerializer A IMessageSerializer instance to serialize messages sent to and received from the server. ConnectionPoolSettings connectionPoo
 lSettings The ConnectionPoolSettings for the connection pool. System.Action < System.Net.WebSockets.ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the System.Net.WebSockets.ClientWebSocketOptions object used to configure WebSocket connections. System.String sessionId The session Id if Gremlin Client in session mode, defaults to null as session-less Client. Properties NrConnections Gets the number of open connections. Declaration public int NrConnections { get; } Property Value Type Description System.Int32 Methods Dispose() Declaration public void Dispose() Dispose(Boolean) Releases the resources used by the GremlinClient instance. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Specifies whether managed resources should be released. SubmitAsync<T>(RequestMessage) Submits a request message as an asynchronous operation. Declaration public async Task<ResultSet<T>> SubmitAsync<T>(
 RequestMessage requestMessage) Parameters Type Name Description RequestMessage requestMessage The to send. Returns Type Description Task < ResultSet <T>> A ResultSet<T> containing the data and status attributes returned from the server. Type Parameters Name Description T The type of the expected results. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. Implements IGremlinClient System.IDisposable"
   },
   "api/Gremlin.Net.Driver.GremlinClientExtensions.html": {
     "href": "api/Gremlin.Net.Driver.GremlinClientExtensions.html",
@@ -177,7 +177,7 @@
   "api/Gremlin.Net.Process.Traversal.DefaultTraversal-2.html": {
     "href": "api/Gremlin.Net.Process.Traversal.DefaultTraversal-2.html",
     "title": "Class DefaultTraversal<S, E> | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class DefaultTraversal<S, E> A traversal represents a directed walk over a graph. Inheritance System.Object DefaultTraversal<S, E> GraphTraversal<S, E> Implements ITraversal <S, E> ITraversal IEnumerator IEnumerator <E> Inherited Members 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.Process.Traversal Assembly : cs.temp.dll.dll Syntax public abstract class DefaultTraversal<S, E> : ITraversal<S, E>, ITraversal, IEnumerator, IEnumerator<E> Type Parameters Name Description S E Properties Bytecode Gets the Bytecode representation of this traversal. Declaration public Bytecode Bytecode { get; protected set; } Property Value Type Description Bytecode Current Declaration public E Current { get; } Property Value Type Description E IsAnonymous De
 termines if this traversal was spawned anonymously or not. Declaration public bool IsAnonymous { get; protected set; } Property Value Type Description System.Boolean TraversalStrategies Gets or sets the ITraversalStrategy strategies of this traversal. Declaration protected ICollection<ITraversalStrategy> TraversalStrategies { get; set; } Property Value Type Description ICollection < ITraversalStrategy > Traversers Gets or sets the Traverser 's of this traversal that hold the results of the traversal. Declaration public IEnumerable<Traverser> Traversers { get; set; } Property Value Type Description IEnumerable < Traverser > Methods Dispose() Declaration public void Dispose() HasNext() Declaration public bool HasNext() Returns Type Description System.Boolean Iterate() Iterates all Traverser instances in the traversal. Declaration public ITraversal<S, E> Iterate() Returns Type Description ITraversal <S, E> The fully drained traversal. MoveNext() Declaration public bool MoveNext() Retur
 ns Type Description System.Boolean Next() Gets the next result from the traversal. Declaration public E Next() Returns Type Description E The result. Next(Int32) Gets the next n-number of results from the traversal. Declaration public IEnumerable<E> Next(int amount) Parameters Type Name Description System.Int32 amount The number of results to get. Returns Type Description IEnumerable <E> The n-results. NextTraverser() Gets the next Traverser . Declaration public Traverser NextTraverser() Returns Type Description Traverser The next Traverser . Promise<TReturn>(Func<ITraversal<S, E>, TReturn>) Starts a promise to execute a function on the current traversal that will be completed in the future. Declaration public async Task<TReturn> Promise<TReturn>(Func<ITraversal<S, E>, TReturn> callback) Parameters Type Name Description System.Func < ITraversal <S, E>, TReturn> callback The function to execute on the current traversal. Returns Type Description Task <TReturn> The result of the execut
 ed callback . Type Parameters Name Description TReturn The return type of the callback . Reset() Reset is not supported. Declaration public void Reset() Exceptions Type Condition System.NotSupportedException Thrown always as this operation is not supported. ToList() Puts all the results into a . Declaration public IList<E> ToList() Returns Type Description IList <E> The results in a list. ToSet() Puts all the results into a . Declaration public ISet<E> ToSet() Returns Type Description ISet <E> The results in a set. Explicit Interface Implementations ITraversal.Iterate() Declaration ITraversal ITraversal.Iterate() Returns Type Description ITraversal Implements ITraversal<S, E> ITraversal IEnumerator IEnumerator<>"
+    "keywords": "Class DefaultTraversal<S, E> A traversal represents a directed walk over a graph. Inheritance System.Object DefaultTraversal<S, E> GraphTraversal<S, E> Implements ITraversal <S, E> ITraversal IEnumerator IEnumerator <E> Inherited Members 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.Process.Traversal Assembly : cs.temp.dll.dll Syntax public abstract class DefaultTraversal<S, E> : ITraversal<S, E>, ITraversal, IEnumerator, IEnumerator<E> Type Parameters Name Description S E Properties Bytecode Gets the Bytecode representation of this traversal. Declaration public Bytecode Bytecode { get; protected set; } Property Value Type Description Bytecode Current Declaration public E Current { get; } Property Value Type Description E IsAnonymous De
 termines if this traversal was spawned anonymously or not. Declaration public bool IsAnonymous { get; protected set; } Property Value Type Description System.Boolean TraversalStrategies Gets or sets the ITraversalStrategy strategies of this traversal. Declaration protected ICollection<ITraversalStrategy> TraversalStrategies { get; set; } Property Value Type Description ICollection < ITraversalStrategy > Traversers Gets or sets the Traverser 's of this traversal that hold the results of the traversal. Declaration public IEnumerable<Traverser> Traversers { get; set; } Property Value Type Description IEnumerable < Traverser > Methods Dispose() Declaration public void Dispose() HasNext() Determines if the traversal contains any additional results for iteration. Declaration public bool HasNext() Returns Type Description System.Boolean True if there are more results and false otherwise. Iterate() Iterates all Traverser instances in the traversal. Declaration public ITraversal<S, E> Iterat
 e() Returns Type Description ITraversal <S, E> The fully drained traversal. MoveNext() Declaration public bool MoveNext() Returns Type Description System.Boolean Next() Gets the next result from the traversal. Declaration public E Next() Returns Type Description E The result. Next(Int32) Gets the next n-number of results from the traversal. Declaration public IEnumerable<E> Next(int amount) Parameters Type Name Description System.Int32 amount The number of results to get. Returns Type Description IEnumerable <E> The n-results. NextTraverser() Gets the next Traverser . Declaration public Traverser NextTraverser() Returns Type Description Traverser The next Traverser . Promise<TReturn>(Func<ITraversal<S, E>, TReturn>) Starts a promise to execute a function on the current traversal that will be completed in the future. Declaration public async Task<TReturn> Promise<TReturn>(Func<ITraversal<S, E>, TReturn> callback) Parameters Type Name Description System.Func < ITraversal <S, E>, TRetu
 rn> callback The function to execute on the current traversal. Returns Type Description Task <TReturn> The result of the executed callback . Type Parameters Name Description TReturn The return type of the callback . Reset() Reset is not supported. Declaration public void Reset() Exceptions Type Condition System.NotSupportedException Thrown always as this operation is not supported. ToList() Puts all the results into a . Declaration public IList<E> ToList() Returns Type Description IList <E> The results in a list. ToSet() Puts all the results into a . Declaration public ISet<E> ToSet() Returns Type Description ISet <E> The results in a set. Explicit Interface Implementations ITraversal.Iterate() Declaration ITraversal ITraversal.Iterate() Returns Type Description ITraversal Implements ITraversal<S, E> ITraversal IEnumerator IEnumerator<>"
   },
   "api/Gremlin.Net.Process.Traversal.Direction.html": {
     "href": "api/Gremlin.Net.Process.Traversal.Direction.html",
@@ -347,7 +347,7 @@
   "api/Gremlin.Net.Process.Traversal.Strategy.AbstractTraversalStrategy.html": {
     "href": "api/Gremlin.Net.Process.Traversal.Strategy.AbstractTraversalStrategy.html",
     "title": "Class AbstractTraversalStrategy | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class AbstractTraversalStrategy Provides a common base class for strategies that are only included in Bytecode to be applied remotely. Inheritance System.Object AbstractTraversalStrategy ConnectiveStrategy ElementIdStrategy HaltedTraverserStrategy OptionsStrategy PartitionStrategy SeedStrategy SubgraphStrategy VertexProgramStrategy MatchAlgorithmStrategy AdjacentToIncidentStrategy EarlyLimitStrategy FilterRankingStrategy GraphFilterStrategy IdentityRemovalStrategy IncidentToAdjacentStrategy InlineFilterStrategy LazyBarrierStrategy MatchPredicateStrategy OrderLimitStrategy PathProcessorStrategy PathRetractionStrategy RangeByIsCountStrategy RepeatUnrollStrategy EdgeLabelVerificationStrategy LambdaRestrictionStrategy ReadOnlyStrategy ReservedKeysVerificationStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Sys
 tem.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy Assembly : cs.temp.dll.dll Syntax public abstract class AbstractTraversalStrategy : ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Constructors AbstractTraversalStrategy(String) Creates a new AbstractTraversalStrategy instance. Declaration protected AbstractTraversalStrategy(string fqcn) Parameters Type Name Description System.String fqcn The fully qualified class name (FQCN) from the equivalent Java strategy. Fields ComputerDecorationNamespace Java namespace for computer decoration strategies. Declaration protected const string ComputerDecorationNamespace = \"org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.\" Field Value Type Description System.String DecorationNamespace Java namespace for decoration strategies. Declaration protected const string DecorationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.\
 " Field Value Type Description System.String FinalizationNamespace Java namespace for finalization strategies. Declaration protected const string FinalizationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.\" Field Value Type Description System.String OptimizationNamespace Java namespace for optimization strategies. Declaration protected const string OptimizationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.\" Field Value Type Description System.String VerificationNamespace Java namespace for verification strategies. Declaration protected const string VerificationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.\" Field Value Type Description System.String Properties Configuration Gets the configuration of the strategy. Declaration public Dictionary<string, dynamic> Configuration { get; } Property Value Type Description Dictionary < System.String , System.Object > Fqcn Gets the 
 fully qualified class name (FQCN) from the equivalent Java strategy. Declaration public string Fqcn { get; } Property Value Type Description System.String StrategyName Gets the name of the strategy. Declaration public string StrategyName { get; } Property Value Type Description System.String Methods Apply<S, E>(ITraversal<S, E>) Declaration public virtual void Apply<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal Type Parameters Name Description S E ApplyAsync<S, E>(ITraversal<S, E>) Declaration public virtual Task ApplyAsync<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal Returns Type Description Task Type Parameters Name Description S E Equals(AbstractTraversalStrategy) Declaration public bool Equals(AbstractTraversalStrategy other) Parameters Type Name Description AbstractTraversalStrategy other Returns Type Description System.Boolean Equals(Object) Declaration public override bool Equal
 s(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements ITraversalStrategy System.IEquatable<T>"
+    "keywords": "Class AbstractTraversalStrategy Provides a common base class for strategies that are only included in Bytecode to be applied remotely. Inheritance System.Object AbstractTraversalStrategy ConnectiveStrategy ElementIdStrategy HaltedTraverserStrategy OptionsStrategy PartitionStrategy SeedStrategy SubgraphStrategy VertexProgramStrategy MatchAlgorithmStrategy AdjacentToIncidentStrategy EarlyLimitStrategy FilterRankingStrategy GraphFilterStrategy IdentityRemovalStrategy IncidentToAdjacentStrategy InlineFilterStrategy LazyBarrierStrategy MatchPredicateStrategy OrderLimitStrategy PathProcessorStrategy PathRetractionStrategy RangeByIsCountStrategy RepeatUnrollStrategy EdgeLabelVerificationStrategy LambdaRestrictionStrategy ReadOnlyStrategy ReservedKeysVerificationStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() Sys
 tem.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy Assembly : cs.temp.dll.dll Syntax public abstract class AbstractTraversalStrategy : ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Constructors AbstractTraversalStrategy(String) Creates a new AbstractTraversalStrategy instance. Declaration protected AbstractTraversalStrategy(string fqcn) Parameters Type Name Description System.String fqcn The fully qualified class name (FQCN) from the equivalent Java strategy. Fields ComputerDecorationNamespace Java namespace for computer decoration strategies. Declaration protected const string ComputerDecorationNamespace = \"org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.\" Field Value Type Description System.String DecorationNamespace Java namespace for decoration strategies. Declaration protected const string DecorationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.\
 " Field Value Type Description System.String FinalizationNamespace Java namespace for finalization strategies. Declaration protected const string FinalizationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.\" Field Value Type Description System.String OptimizationNamespace Java namespace for optimization strategies. Declaration protected const string OptimizationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.\" Field Value Type Description System.String VerificationNamespace Java namespace for verification strategies. Declaration protected const string VerificationNamespace = \"org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.\" Field Value Type Description System.String Properties Configuration Gets the configuration of the strategy. Declaration public Dictionary<string, dynamic> Configuration { get; } Property Value Type Description Dictionary < System.String , System.Object > Fqcn Gets the 
 fully qualified class name (FQCN) from the equivalent Java strategy. Declaration public string Fqcn { get; } Property Value Type Description System.String StrategyName Gets the name of the strategy. Declaration public string StrategyName { get; } Property Value Type Description System.String Methods Apply<S, E>(ITraversal<S, E>) Applies the strategy to the given ITraversal . Declaration public virtual void Apply<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal The ITraversal the strategy should be applied to. Type Parameters Name Description S E ApplyAsync<S, E>(ITraversal<S, E>) Applies the strategy to the given ITraversal asynchronously. Declaration public virtual Task ApplyAsync<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal The ITraversal the strategy should be applied to. Returns Type Description Task Type Parameters Name Description S E Equals(AbstractTraversalStrategy) Declaration pu
 blic bool Equals(AbstractTraversalStrategy other) Parameters Type Name Description AbstractTraversalStrategy other Returns Type Description System.Boolean Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements ITraversalStrategy System.IEquatable<T>"
   },
   "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.ConnectiveStrategy.html": {
     "href": "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.ConnectiveStrategy.html",
@@ -587,67 +587,67 @@
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ArraySerializer-1.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ArraySerializer-1.html",
     "title": "Class ArraySerializer<TMember> | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class ArraySerializer<TMember> A serializer that serializes .NET arrays to GraphBinary lists. Inheritance System.Object SimpleTypeSerializer <TMember[]> ArraySerializer<TMember> Implements ITypeSerializer Inherited Members SimpleTypeSerializer<TMember[]>.DataType SimpleTypeSerializer<TMember[]>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<TMember[]>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<TMember[]>.WriteValueAsync(TMember[], Stream, GraphBinaryWriter) SimpleTypeSerializer<TMember[]>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, GraphBinaryReader, Boolean) SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, GraphBinaryReader) 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.O
 bject, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphBinary.Types Assembly : cs.temp.dll.dll Syntax public class ArraySerializer<TMember> : SimpleTypeSerializer<TMember[]>, ITypeSerializer Type Parameters Name Description TMember The type of elements in the array. Constructors ArraySerializer() Initializes a new instance of the ArraySerializer<TMember> class. Declaration public ArraySerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Currently not supported as GraphBinary has no array data type. Declaration protected override Task<TMember[]> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task <TMember[]> Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TMember[], Stream, GraphBinaryWriter) Declaration protected override async Ta
 sk WriteValueAsync(TMember[] value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description TMember[] value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TMember[]>.WriteValueAsync(TMember[], Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class ArraySerializer<TMember> A serializer that serializes .NET arrays to GraphBinary lists. Inheritance System.Object SimpleTypeSerializer <TMember[]> ArraySerializer<TMember> Implements ITypeSerializer Inherited Members SimpleTypeSerializer<TMember[]>.DataType SimpleTypeSerializer<TMember[]>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<TMember[]>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<TMember[]>.WriteValueAsync(TMember[], Stream, GraphBinaryWriter) SimpleTypeSerializer<TMember[]>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, GraphBinaryReader, Boolean) SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, GraphBinaryReader) 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.O
 bject, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphBinary.Types Assembly : cs.temp.dll.dll Syntax public class ArraySerializer<TMember> : SimpleTypeSerializer<TMember[]>, ITypeSerializer Type Parameters Name Description TMember The type of elements in the array. Constructors ArraySerializer() Initializes a new instance of the ArraySerializer<TMember> class. Declaration public ArraySerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Currently not supported as GraphBinary has no array data type. Declaration protected override Task<TMember[]> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task <TMember[]> Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TMember[], Stream, GraphBinaryWriter) Writes a non-nullable value into a stre
 am. Declaration protected override async Task WriteValueAsync(TMember[] value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description TMember[] value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TMember[]>.WriteValueAsync(TMember[], Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BigDecimalSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BigDecimalSerializer.html",
     "title": "Class BigDecimalSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class BigDecimalSerializer A serializer that serializes System.Decimal values as BigDecimal in GraphBinary. Inheritance System.Object SimpleTypeSerializer < System.Decimal > BigDecimalSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Decimal>.DataType SimpleTypeSerializer<Decimal>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Decimal>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Decimal>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Decimal>.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 BigDecimalSerializer : Simple
 TypeSerializer<decimal>, ITypeSerializer Constructors BigDecimalSerializer() Initializes a new instance of the BigDecimalSerializer class. Declaration public BigDecimalSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<decimal> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < System.Decimal > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Decimal>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Decimal, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(decimal value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Decimal value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System
 .Decimal>.WriteValueAsync(System.Decimal, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class BigDecimalSerializer A serializer that serializes System.Decimal values as BigDecimal in GraphBinary. Inheritance System.Object SimpleTypeSerializer < System.Decimal > BigDecimalSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Decimal>.DataType SimpleTypeSerializer<Decimal>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Decimal>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Decimal>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Decimal>.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 BigDecimalSerializer : Simple
 TypeSerializer<decimal>, ITypeSerializer Constructors BigDecimalSerializer() Initializes a new instance of the BigDecimalSerializer class. Declaration public BigDecimalSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<decimal> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < System.Decimal > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Decimal>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Decimal, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(decimal value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description S
 ystem.Decimal value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Decimal>.WriteValueAsync(System.Decimal, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BigIntegerSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BigIntegerSerializer.html",
     "title": "Class BigIntegerSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class BigIntegerSerializer A serializer for values. Inheritance System.Object SimpleTypeSerializer < BigInteger > BigIntegerSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<BigInteger>.DataType SimpleTypeSerializer<BigInteger>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<BigInteger>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<BigInteger>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<BigInteger>.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 BigIntegerSerializer : SimpleTypeSerializer<BigInteger>, ITypeSerializer C
 onstructors BigIntegerSerializer() Initializes a new instance of the BigIntegerSerializer class. Declaration public BigIntegerSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<BigInteger> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < BigInteger > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<BigInteger>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(BigInteger, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(BigInteger value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description BigInteger value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<BigInteger>.WriteValueAsync(BigInteger, Stream, Gre
 mlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class BigIntegerSerializer A serializer for values. Inheritance System.Object SimpleTypeSerializer < BigInteger > BigIntegerSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<BigInteger>.DataType SimpleTypeSerializer<BigInteger>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<BigInteger>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<BigInteger>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<BigInteger>.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 BigIntegerSerializer : SimpleTypeSerializer<BigInteger>, ITypeSerializer C
 onstructors BigIntegerSerializer() Initializes a new instance of the BigIntegerSerializer class. Declaration public BigIntegerSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<BigInteger> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < BigInteger > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<BigInteger>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(BigInteger, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(BigInteger value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description BigInteger value Stream stream The stream 
 to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<BigInteger>.WriteValueAsync(BigInteger, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BindingSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BindingSerializer.html",
     "title": "Class BindingSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class BindingSerializer A serializer for values. Inheritance System.Object SimpleTypeSerializer < Binding > BindingSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Binding>.DataType SimpleTypeSerializer<Binding>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Binding>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Binding>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Binding>.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 BindingSerializer : SimpleTypeSerializer<Binding>, ITypeSerializer Constructors BindingSerializer(
 ) Initializes a new instance of the BindingSerializer class. Declaration public BindingSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<Binding> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < Binding > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Binding>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Binding, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(Binding value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Binding value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Binding>.WriteValueAsync(Binding, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements
  ITypeSerializer"
+    "keywords": "Class BindingSerializer A serializer for values. Inheritance System.Object SimpleTypeSerializer < Binding > BindingSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Binding>.DataType SimpleTypeSerializer<Binding>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Binding>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Binding>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Binding>.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 BindingSerializer : SimpleTypeSerializer<Binding>, ITypeSerializer Constructors BindingSerializer(
 ) Initializes a new instance of the BindingSerializer class. Declaration public BindingSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<Binding> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < Binding > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Binding>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Binding, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(Binding value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Binding value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter
  . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Binding>.WriteValueAsync(Binding, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BulkSetSerializer-1.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BulkSetSerializer-1.html",
     "title": "Class BulkSetSerializer<TList> | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "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> : SimpleTypeSerialize
 r<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 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 Ta
 sk Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TList>.WriteValueAsync(TList, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "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> : SimpleTypeSerialize
 r<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) Reads a non-nullable value according to the type format. Declaration protected override async Task<TList> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task <TList> The read value. 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, GraphBinary
 Writer writer) Parameters Type Name Description TList value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TList>.WriteValueAsync(TList, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ByteBufferSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ByteBufferSerializer.html",
     "title": "Class ByteBufferSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class ByteBufferSerializer A serializer for byte[]. Inheritance System.Object SimpleTypeSerializer < System.Byte []> ByteBufferSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Byte[]>.DataType SimpleTypeSerializer<Byte[]>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Byte[]>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Byte[]>.WriteValueAsync(Byte[], Stream, GraphBinaryWriter) SimpleTypeSerializer<Byte[]>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Byte[]>.ReadValueAsync(Stream, GraphBinaryReader, Boolean) SimpleTypeSerializer<Byte[]>.ReadValueAsync(Stream, GraphBinaryReader) 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.Graph
 Binary.Types Assembly : cs.temp.dll.dll Syntax public class ByteBufferSerializer : SimpleTypeSerializer<byte[]>, ITypeSerializer Constructors ByteBufferSerializer() Initializes a new instance of the ByteBufferSerializer class. Declaration public ByteBufferSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<byte[]> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < System.Byte []> Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Byte[]>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Byte[], Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(byte[] value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Byte [] value Stream stream GraphBinaryWriter writer Returns Type Description Ta
 sk Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Byte[]>.WriteValueAsync(System.Byte[], Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class ByteBufferSerializer A serializer for byte[]. Inheritance System.Object SimpleTypeSerializer < System.Byte []> ByteBufferSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Byte[]>.DataType SimpleTypeSerializer<Byte[]>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Byte[]>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Byte[]>.WriteValueAsync(Byte[], Stream, GraphBinaryWriter) SimpleTypeSerializer<Byte[]>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Byte[]>.ReadValueAsync(Stream, GraphBinaryReader, Boolean) SimpleTypeSerializer<Byte[]>.ReadValueAsync(Stream, GraphBinaryReader) 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.Graph
 Binary.Types Assembly : cs.temp.dll.dll Syntax public class ByteBufferSerializer : SimpleTypeSerializer<byte[]>, ITypeSerializer Constructors ByteBufferSerializer() Initializes a new instance of the ByteBufferSerializer class. Declaration public ByteBufferSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<byte[]> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < System.Byte []> The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Byte[]>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Byte[], Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(byte[]
  value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Byte [] value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Byte[]>.WriteValueAsync(System.Byte[], Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BytecodeSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.BytecodeSerializer.html",
     "title": "Class BytecodeSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class BytecodeSerializer A serializer. Inheritance System.Object SimpleTypeSerializer < Bytecode > BytecodeSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Bytecode>.DataType SimpleTypeSerializer<Bytecode>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Bytecode>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Bytecode>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Bytecode>.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 BytecodeSerializer : SimpleTypeSerializer<Bytecode>, ITypeSerializer Constructors BytecodeSerializer(
 ) Initializes a new instance of the BytecodeSerializer class. Declaration public BytecodeSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<Bytecode> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < Bytecode > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Bytecode>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Bytecode, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(Bytecode value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Bytecode value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Bytecode>.WriteValueAsync(Bytecode, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) 
 Implements ITypeSerializer"
+    "keywords": "Class BytecodeSerializer A serializer. Inheritance System.Object SimpleTypeSerializer < Bytecode > BytecodeSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Bytecode>.DataType SimpleTypeSerializer<Bytecode>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Bytecode>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Bytecode>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Bytecode>.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 BytecodeSerializer : SimpleTypeSerializer<Bytecode>, ITypeSerializer Constructors BytecodeSerializer(
 ) Initializes a new instance of the BytecodeSerializer class. Declaration public BytecodeSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<Bytecode> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < Bytecode > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Bytecode>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Bytecode, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(Bytecode value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Bytecode value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBina
 ryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Bytecode>.WriteValueAsync(Bytecode, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.CharSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.CharSerializer.html",
     "title": "Class CharSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class CharSerializer A System.Char serializer. Inheritance System.Object SimpleTypeSerializer < System.Char > CharSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Char>.DataType SimpleTypeSerializer<Char>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Char>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Char>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Char>.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 CharSerializer : SimpleTypeSerializer<char>, ITypeSerializer Constructors CharSerializer() Initializes a new insta
 nce of the CharSerializer class. Declaration public CharSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<char> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < System.Char > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Char>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Char, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(char value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Char value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Char>.WriteValueAsync(System.Char, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class CharSerializer A System.Char serializer. Inheritance System.Object SimpleTypeSerializer < System.Char > CharSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Char>.DataType SimpleTypeSerializer<Char>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Char>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Char>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Char>.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 CharSerializer : SimpleTypeSerializer<char>, ITypeSerializer Constructors CharSerializer() Initializes a new insta
 nce of the CharSerializer class. Declaration public CharSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<char> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < System.Char > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Char>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Char, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(char value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Char value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description 
 Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Char>.WriteValueAsync(System.Char, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ClassSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.ClassSerializer.html",
     "title": "Class ClassSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class ClassSerializer A serializer for the GraphBinary type class that takes GremlinType objects as their .NET representation. Inheritance System.Object SimpleTypeSerializer < GremlinType > ClassSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<GremlinType>.DataType SimpleTypeSerializer<GremlinType>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<GremlinType>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<GremlinType>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<GremlinType>.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 clas
 s ClassSerializer : SimpleTypeSerializer<GremlinType>, ITypeSerializer Constructors ClassSerializer() Initializes a new instance of the ClassSerializer class. Declaration public ClassSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Currently not supported. Declaration protected override Task<GremlinType> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < GremlinType > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(GremlinType, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(GremlinType value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description GremlinType value Stream stream GraphBinaryWriter writer Returns Type Description Task 
 Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType>.WriteValueAsync(Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class ClassSerializer A serializer for the GraphBinary type class that takes GremlinType objects as their .NET representation. Inheritance System.Object SimpleTypeSerializer < GremlinType > ClassSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<GremlinType>.DataType SimpleTypeSerializer<GremlinType>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<GremlinType>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<GremlinType>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<GremlinType>.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 clas
 s ClassSerializer : SimpleTypeSerializer<GremlinType>, ITypeSerializer Constructors ClassSerializer() Initializes a new instance of the ClassSerializer class. Declaration public ClassSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Currently not supported. Declaration protected override Task<GremlinType> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < GremlinType > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(GremlinType, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(GremlinType value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description GremlinType value Stream stream The stream t
 o write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType>.WriteValueAsync(Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.DateTimeOffsetSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.DateTimeOffsetSerializer.html",
     "title": "Class DateTimeOffsetSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class DateTimeOffsetSerializer A serializer for the GraphBinary types Date and Timestamp. Both are represented as System.DateTimeOffset in .NET. Inheritance System.Object SimpleTypeSerializer < System.DateTimeOffset > DateTimeOffsetSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<DateTimeOffset>.DataType SimpleTypeSerializer<DateTimeOffset>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<DateTimeOffset>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<DateTimeOffset>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<DateTimeOffset>.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 DateTimeOffsetSerializer : SimpleTypeSerializer<DateTimeOffset>, ITypeSerializer Fields DateSerializer A serializer for the GraphBinary type Date, represented as System.DateTimeOffset in .NET. Declaration public static readonly DateTimeOffsetSerializer DateSerializer Field Value Type Description DateTimeOffsetSerializer TimestampSerializer A serializer for the GraphBinary type Timestamp, represented as System.DateTimeOffset in .NET. Declaration public static readonly DateTimeOffsetSerializer TimestampSerializer Field Value Type Description DateTimeOffsetSerializer Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<DateTimeOffset> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < System.DateTimeOffset > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System
 .DateTimeOffset>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(DateTimeOffset, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(DateTimeOffset value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.DateTimeOffset value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.DateTimeOffset>.WriteValueAsync(System.DateTimeOffset, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class DateTimeOffsetSerializer A serializer for the GraphBinary types Date and Timestamp. Both are represented as System.DateTimeOffset in .NET. Inheritance System.Object SimpleTypeSerializer < System.DateTimeOffset > DateTimeOffsetSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<DateTimeOffset>.DataType SimpleTypeSerializer<DateTimeOffset>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<DateTimeOffset>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<DateTimeOffset>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<DateTimeOffset>.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 DateTimeOffsetSerializer : SimpleTypeSerializer<DateTimeOffset>, ITypeSerializer Fields DateSerializer A serializer for the GraphBinary type Date, represented as System.DateTimeOffset in .NET. Declaration public static readonly DateTimeOffsetSerializer DateSerializer Field Value Type Description DateTimeOffsetSerializer TimestampSerializer A serializer for the GraphBinary type Timestamp, represented as System.DateTimeOffset in .NET. Declaration public static readonly DateTimeOffsetSerializer TimestampSerializer Field Value Type Description DateTimeOffsetSerializer Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<DateTimeOffset> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description T
 ask < System.DateTimeOffset > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.DateTimeOffset>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(DateTimeOffset, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(DateTimeOffset value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.DateTimeOffset value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.DateTimeOffset>.WriteValueAsync(System.DateTimeOffset, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.DurationSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.DurationSerializer.html",
     "title": "Class DurationSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class DurationSerializer A serializer that serializes System.TimeSpan values as Duration in GraphBinary. Inheritance System.Object SimpleTypeSerializer < System.TimeSpan > DurationSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<TimeSpan>.DataType SimpleTypeSerializer<TimeSpan>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<TimeSpan>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<TimeSpan>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<TimeSpan>.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 DurationSerializer : SimpleT
 ypeSerializer<TimeSpan>, ITypeSerializer Constructors DurationSerializer() Initializes a new instance of the DurationSerializer class. Declaration public DurationSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<TimeSpan> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < System.TimeSpan > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.TimeSpan>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TimeSpan, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(TimeSpan value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.TimeSpan value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System
 .TimeSpan>.WriteValueAsync(System.TimeSpan, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
+    "keywords": "Class DurationSerializer A serializer that serializes System.TimeSpan values as Duration in GraphBinary. Inheritance System.Object SimpleTypeSerializer < System.TimeSpan > DurationSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<TimeSpan>.DataType SimpleTypeSerializer<TimeSpan>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<TimeSpan>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<TimeSpan>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<TimeSpan>.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 DurationSerializer : SimpleT
 ypeSerializer<TimeSpan>, ITypeSerializer Constructors DurationSerializer() Initializes a new instance of the DurationSerializer class. Declaration public DurationSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<TimeSpan> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < System.TimeSpan > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.TimeSpan>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TimeSpan, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(TimeSpan value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Sy
 stem.TimeSpan value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.TimeSpan>.WriteValueAsync(System.TimeSpan, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.EdgeSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.EdgeSerializer.html",
     "title": "Class EdgeSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class EdgeSerializer An Edge serializer. Inheritance System.Object SimpleTypeSerializer < Edge > EdgeSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Edge>.DataType SimpleTypeSerializer<Edge>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Edge>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Edge>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Edge>.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 EdgeSerializer : SimpleTypeSerializer<Edge>, ITypeSerializer Constructors EdgeSerializer() Initializes a new instance of the Ed
 geSerializer class. Declaration public EdgeSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<Edge> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task < Edge > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.Edge>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Edge, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(Edge value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Edge value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.Edge>.WriteValueAsync(Gremlin.Net.Structure.Edge, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements I
 TypeSerializer"
+    "keywords": "Class EdgeSerializer An Edge serializer. Inheritance System.Object SimpleTypeSerializer < Edge > EdgeSerializer Implements ITypeSerializer Inherited Members SimpleTypeSerializer<Edge>.DataType SimpleTypeSerializer<Edge>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<Edge>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<Edge>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<Edge>.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 EdgeSerializer : SimpleTypeSerializer<Edge>, ITypeSerializer Constructors EdgeSerializer() Initializes a new instance of the Ed
 geSerializer class. Declaration public EdgeSerializer() Methods ReadValueAsync(Stream, GraphBinaryReader) Reads a non-nullable value according to the type format. Declaration protected override async Task<Edge> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader . Returns Type Description Task < Edge > The read value. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.Edge>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(Edge, Stream, GraphBinaryWriter) Writes a non-nullable value into a stream. Declaration protected override async Task WriteValueAsync(Edge value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description Edge value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description Task A task 
 that represents the asynchronous write operation. Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Gremlin.Net.Structure.Edge>.WriteValueAsync(Gremlin.Net.Structure.Edge, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"
   },
   "api/Gremlin.Net.Structure.IO.GraphBinary.Types.EnumSerializer-1.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.EnumSerializer-1.html",
     "title": "Class EnumSerializer<TEnum> | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class EnumSerializer<TEnum> Generalized serializer for enum types. Inheritance System.Object SimpleTypeSerializer <TEnum> EnumSerializer<TEnum> Implements ITypeSerializer Inherited Members SimpleTypeSerializer<TEnum>.DataType SimpleTypeSerializer<TEnum>.WriteAsync(Object, Stream, GraphBinaryWriter) SimpleTypeSerializer<TEnum>.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) SimpleTypeSerializer<TEnum>.ReadAsync(Stream, GraphBinaryReader) SimpleTypeSerializer<TEnum>.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 EnumSerializer<TEnum> : SimpleTypeSerializer<TEnum>, ITypeSerializer where TEnum : EnumWra
 pper Type Parameters Name Description TEnum The type of the enum to serialize. Methods ReadValueAsync(Stream, GraphBinaryReader) Declaration protected override async Task<TEnum> ReadValueAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream GraphBinaryReader reader Returns Type Description Task <TEnum> Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TEnum>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TEnum, Stream, GraphBinaryWriter) Declaration protected override async Task WriteValueAsync(TEnum value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description TEnum value Stream stream GraphBinaryWriter writer Returns Type Description Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TEnum>.WriteValueAsync(TEnum, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"

[... 113 lines stripped ...]