You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/07/14 12:07:30 UTC

svn commit: r1902718 [8/39] - in /tinkerpop/site: docs/3.5.4-SNAPSHOT/dev/developer/ docs/3.5.4-SNAPSHOT/dev/provider/ docs/3.5.4-SNAPSHOT/images/ docs/3.5.4-SNAPSHOT/recipes/ docs/3.5.4-SNAPSHOT/reference/ docs/3.5.4-SNAPSHOT/tutorials/getting-started...

Modified: tinkerpop/site/dotnetdocs/3.5.4-SNAPSHOT/index.json
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.4-SNAPSHOT/index.json?rev=1902718&r1=1902717&r2=1902718&view=diff
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.4-SNAPSHOT/index.json (original)
+++ tinkerpop/site/dotnetdocs/3.5.4-SNAPSHOT/index.json Thu Jul 14 12:07:27 2022
@@ -37,7 +37,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 < ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the 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<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, 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 < ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the object used to configur
 e 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, Boolean) 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, bool disableCompression = false) 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 connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < ClientWebSocke
 tOptions > webSocketConfiguration A delegate that will be invoked with the 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. System.Boolean disableCompression Whether to disable compression. Compression is only supported since .NET 6. There it is also enabled by default. Note that compression might make your application susceptible to attacks like CRIME/BREACH. Compression should therefore be turned off if your application sends sensitive data to the server as well as data that could potentially be controlled by an untrusted user. 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) Paramet
 ers 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 Description RequestMessage requestMessage Returns Type Description System.Threading.Tasks.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 < ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the 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<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, 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 < ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the object used to configur
 e 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, Boolean) 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, bool disableCompression = false) 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 connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < ClientWebSocke
 tOptions > webSocketConfiguration A delegate that will be invoked with the 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. System.Boolean disableCompression Whether to disable compression. Compression is only supported since .NET 6. There it is also enabled by default. Note that compression might make your application susceptible to attacks like CRIME/BREACH. Compression should therefore be turned off if your application sends sensitive data to the server as well as data that could potentially be controlled by an untrusted user. 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) Paramet
 ers 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 System.Threading.Tasks.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",
@@ -97,7 +97,7 @@
   "api/Gremlin.Net.Driver.Messages.ResponseStatusCode.html": {
     "href": "api/Gremlin.Net.Driver.Messages.ResponseStatusCode.html",
     "title": "Enum ResponseStatusCode | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Enum ResponseStatusCode Represents the various status codes that Gremlin Server returns. Namespace : Gremlin.Net.Driver.Messages Assembly : cs.temp.dll.dll Syntax public enum ResponseStatusCode Fields Name Description Authenticate A challenge from the server for the client to authenticate its request. InvalidRequestArguments The request message was parseable, but the arguments supplied in the message were in conflict or incomplete. Check the message format and retry the request. MalformedRequest The request message was not properly formatted which means it could not be parsed at all or the \"op\" code was not recognized such that Gremlin Server could properly route it for processing. Check the message format and retry the request. NoContent The server processed the request but there is no result to return (e.g. an Iterator with no elements) there are no messages remaining in this stream. PartialContent The server successfully returned some content, but there is more
  in the stream to arrive - wait for a SUCCESS to signify the end of the stream. ServerError A general server error occurred that prevented the request from being processed. ServerEvaluationError The request submitted for processing evaluated by the server with errors and could not be processed. Check the script or remote traversal submitted for errors or other problems and then resubmit. ServerSerializationError The server was not capable of serializing an object that was returned from the script supplied on the request. Either transform the object into something Gremlin Server can process within the script or install mapper serialization classes to Gremlin Server. ServerTimeout The server exceeded one of the timeout settings for the request and could therefore only partially responded or did not respond at all. Success The server successfully processed a request to completion - there are no messages remaining in this stream. Unauthorized The request attempted to access resources th
 at the requesting user did not have access to."
+    "keywords": "Enum ResponseStatusCode Represents the various status codes that Gremlin Server returns. Namespace : Gremlin.Net.Driver.Messages Assembly : cs.temp.dll.dll Syntax public enum ResponseStatusCode Fields Name Description Authenticate A challenge from the server for the client to authenticate its request. ClientSerializationError The request message contains objects that were not serializable on the client side. Forbidden The server could authenticate the request, but will not fulfill it. This is a general purpose code that would typically be returned if the request is authenticated but not authorized to do what it is doing. InvalidRequestArguments The request message was parseable, but the arguments supplied in the message were in conflict or incomplete. Check the message format and retry the request. MalformedRequest The request message was not properly formatted which means it could not be parsed at all or the \"op\" code was not recognized such that Gremlin Server c
 ould properly route it for processing. Check the message format and retry the request. NoContent The server processed the request but there is no result to return (e.g. an Iterator with no elements) there are no messages remaining in this stream. PartialContent The server successfully returned some content, but there is more in the stream to arrive - wait for a SUCCESS to signify the end of the stream. ServerError A general server error occurred that prevented the request from being processed. ServerErrorTemporary A server error that indicates that the client should retry the request. A graph will typically return this error when a transaction fails due to a locking exception or some other sort of concurrent modification. In other words, the request was likely valid but the state of the server at the particular time the request arrived could not be processed to success, but could be at a later moment. ServerEvaluationError The request submitted for processing evaluated by the server
  with errors and could not be processed. Check the script or remote traversal submitted for errors or other problems and then resubmit. ServerSerializationError The server was not capable of serializing an object that was returned from the script supplied on the request. Either transform the object into something Gremlin Server can process within the script or install mapper serialization classes to Gremlin Server. ServerTimeout The server exceeded one of the timeout settings for the request and could therefore only partially responded or did not respond at all. Success The server successfully processed a request to completion - there are no messages remaining in this stream. TooManyRequests Indicates that too many requests have been sent in a given amount of time. Unauthorized The request attempted to access resources that the requesting user did not have access to."
   },
   "api/Gremlin.Net.Driver.Remote.DriverRemoteConnection.html": {
     "href": "api/Gremlin.Net.Driver.Remote.DriverRemoteConnection.html",
@@ -187,7 +187,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 System.Threading.Tasks.Task <TReturn> T
 he 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<>"
+    "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 System.Threading.Tasks.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",
@@ -362,7 +362,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 ProductiveByStrategy 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() System.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.Ob
 ject > 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 System.Threading.Tasks.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(Ob
 ject) 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>"
+    "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 ProductiveByStrategy 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() System.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.Ob
 ject > 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 System.Threading.Tasks.Task Type Parameters Name Description S E Equa
 ls(AbstractTraversalStrategy) Declaration public 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",
@@ -622,72 +622,72 @@
   "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 System.Threading.Tasks.Task <TMember[]> Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<TMember[]>.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader) WriteValueAsync(TMember[], Stream, GraphBinaryWriter) Declaration prot
 ected override async Task WriteValueAsync(TMember[] value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description TMember[] value Stream stream GraphBinaryWriter writer Returns Type Description System.Threading.Tasks.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 System.Threading.Tasks.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-nul
 lable value into a stream. 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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Decimal value Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<BigIn
 teger>.WriteValueAsync(BigInteger, Stream, Gremlin.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 System.Threading.Tasks.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 St
 ream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Binding>.WriteValueAsync(Binding, Stream, Gremlin.Net.Structur
 e.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 System.Threading.Tasks.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 wri
 ter A GraphBinaryWriter . Returns Type Description System.Threading.Tasks.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 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 Retu
 rns 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"
+    "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 System.Threading.Tasks.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, Str
 eam 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"
   },
   "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 System.Threading.Tasks.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 Retu
 rns Type Description System.Threading.Tasks.Task 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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<Bytecode>.WriteValueAsync(Bytecode, Stream, Gremlin.Ne
 t.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 System.Threading.Tasks.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. GraphBinaryWr
 iter writer A GraphBinaryWriter . Returns Type Description System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.Char>.WriteValueAsync(System.Char, Stream, Gremlin.Net.Structure.IO.GraphBinary.Gra
 phBinaryWriter) 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 System.Threading.Tasks.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 . Re
 turns Type Description System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.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 System.Threading.Tasks.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 Str
 eam stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter . Returns Type Description System.Threading.Tasks.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.CustomTypeSerializer.html": {
     "href": "api/Gremlin.Net.Structure.IO.GraphBinary.Types.CustomTypeSerializer.html",
     "title": "Class CustomTypeSerializer | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class CustomTypeSerializer The interface to implement for serializers of custom types. Inheritance System.Object CustomTypeSerializer Implements ITypeSerializer 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.Structure.IO.GraphBinary.Types Assembly : cs.temp.dll.dll Syntax public abstract class CustomTypeSerializer : ITypeSerializer Properties DataType Declaration public DataType DataType { get; } Property Value Type Description DataType TypeName Gets the custom type name. Declaration public abstract string TypeName { get; } Property Value Type Description System.String Methods ReadAsync(Stream, GraphBinaryReader) Declaration public abstract Task<object> ReadAsync(Stream stream, GraphBinaryReader reader) Parameters Type 
 Name Description Stream stream GraphBinaryReader reader Returns Type Description System.Threading.Tasks.Task < System.Object > ReadValueAsync(Stream, GraphBinaryReader, Boolean) Declaration public abstract Task<object> ReadValueAsync(Stream stream, GraphBinaryReader reader, bool nullable) Parameters Type Name Description Stream stream GraphBinaryReader reader System.Boolean nullable Returns Type Description System.Threading.Tasks.Task < System.Object > WriteAsync(Object, Stream, GraphBinaryWriter) Declaration public abstract Task WriteAsync(object value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Object value Stream stream GraphBinaryWriter writer Returns Type Description System.Threading.Tasks.Task WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) Declaration public abstract Task WriteValueAsync(object value, Stream stream, GraphBinaryWriter writer, bool nullable) Parameters Type Name Description System.Object value Stream stream Grap
 hBinaryWriter writer System.Boolean nullable Returns Type Description System.Threading.Tasks.Task Implements ITypeSerializer"
+    "keywords": "Class CustomTypeSerializer The interface to implement for serializers of custom types. Inheritance System.Object CustomTypeSerializer Implements ITypeSerializer 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.Structure.IO.GraphBinary.Types Assembly : cs.temp.dll.dll Syntax public abstract class CustomTypeSerializer : ITypeSerializer Properties DataType Gets the DataType that supported by this serializer. Declaration public DataType DataType { get; } Property Value Type Description DataType TypeName Gets the custom type name. Declaration public abstract string TypeName { get; } Property Value Type Description System.String Methods ReadAsync(Stream, GraphBinaryReader) Reads the type information and value from the stream. D
 eclaration public abstract Task<object> ReadAsync(Stream stream, GraphBinaryReader reader) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader that can be used to read nested values. Returns Type Description System.Threading.Tasks.Task < System.Object > The read value. ReadValueAsync(Stream, GraphBinaryReader, Boolean) Reads the value from the stream (not the type information). Declaration public abstract Task<object> ReadValueAsync(Stream stream, GraphBinaryReader reader, bool nullable) Parameters Type Name Description Stream stream The GraphBinary data to parse. GraphBinaryReader reader A GraphBinaryReader that can be used to read nested values. System.Boolean nullable Whether or not the value can be null. Returns Type Description System.Threading.Tasks.Task < System.Object > The read value. WriteAsync(Object, Stream, GraphBinaryWriter) Writes the type code, information and value to a stream. Declaration public
  abstract Task WriteAsync(object value, Stream stream, GraphBinaryWriter writer) Parameters Type Name Description System.Object value The value to write. Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter that can be used to write nested values. Returns Type Description System.Threading.Tasks.Task A task that represents the asynchronous write operation. WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean) Writes the value to a stream, composed by the value flag and the sequence of bytes. Declaration public abstract Task WriteValueAsync(object value, Stream stream, GraphBinaryWriter writer, bool nullable) Parameters Type Name Description System.Object value The value to write. Stream stream The stream to write to. GraphBinaryWriter writer A GraphBinaryWriter that can be used to write nested values. System.Boolean nullable Whether or not the value can be null. Returns Type Description System.Threading.Tasks.Task A task that represents the asynchr
 onous write operation. 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 System.Threading.Tasks.Task < System.DateTimeOffset > Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.Simp
 leTypeSerializer<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 System.Threading.Tasks.Task Overrides Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer<System.DateTimeOffset>.WriteValueAsync(System.DateTimeOffset, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter) Implements ITypeSerializer"

[... 131 lines stripped ...]