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/01/12 15:28:13 UTC

svn commit: r1896967 [30/43] - in /tinkerpop/site/dotnetdocs/3.5.2: ./ api/ fonts/ images/ styles/

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,300 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class UuidSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class UuidSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer">
+  
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer" class="text-break">Class UuidSerializer
+  </h1>
+  <div class="markdown level0 summary"><p>A serializer that serializes <span class="xref">System.Guid</span> values as Uuid in GraphBinary.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html">SimpleTypeSerializer</a>&lt;<span class="xref">System.Guid</span>&gt;</div>
+    <div class="level2"><span class="xref">UuidSerializer</span></div>
+  </div>
+  <div classs="implements">
+    <h5>Implements</h5>
+    <div><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a></div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_DataType">SimpleTypeSerializer&lt;Guid&gt;.DataType</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_">SimpleTypeSerializer&lt;Guid&gt;.WriteAsync(Object, Stream, GraphBinaryWriter)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteValueAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_System_Boolean_">SimpleTypeSerializer&lt;Guid&gt;.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_">SimpleTypeSerializer&lt;Guid&gt;.ReadAsync(Stream, GraphBinaryReader)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_System_Boolean_">SimpleTypeSerializer&lt;Guid&gt;.ReadValueAsync(Stream, GraphBinaryReader, Boolean)</a>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetHashCode()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetType()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.MemberwiseClone()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ToString()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.html">Gremlin.Net.Structure.IO.GraphBinary.Types</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class UuidSerializer : SimpleTypeSerializer&lt;Guid&gt;, ITypeSerializer</code></pre>
+  </div>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer__ctor" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.#ctor">UuidSerializer()</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html">UuidSerializer</a> class.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public UuidSerializer()</code></pre>
+  </div>
+  <h3 id="methods">Methods
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer_ReadValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.ReadValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.ReadValueAsync(Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)">ReadValueAsync(Stream, GraphBinaryReader)</h4>
+  <div class="markdown level1 summary"><p>Reads a non-nullable value according to the type format.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task&lt;Guid&gt; ReadValueAsync(Stream stream, GraphBinaryReader reader)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The GraphBinary data to parse.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a></td>
+        <td><span class="parametername">reader</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span>&lt;<span class="xref">System.Guid</span>&gt;</td>
+        <td><p>The read value.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;System.Guid&gt;.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)</span></div>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer_WriteValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.WriteValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_UuidSerializer_WriteValueAsync_System_Guid_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.WriteValueAsync(System.Guid,Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)">WriteValueAsync(Guid, Stream, GraphBinaryWriter)</h4>
+  <div class="markdown level1 summary"><p>Writes a non-nullable value into a stream.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task WriteValueAsync(Guid value, Stream stream, GraphBinaryWriter writer)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Guid</span></td>
+        <td><span class="parametername">value</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The stream to write to.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a></td>
+        <td><span class="parametername">writer</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span></td>
+        <td><p>A task that represents the asynchronous write operation.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;System.Guid&gt;.WriteValueAsync(System.Guid, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)</span></div>
+  <h3 id="implements">Implements</h3>
+  <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a>
+  </div>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,300 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class VertexPropertySerializer
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class VertexPropertySerializer
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer">
+  
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer" class="text-break">Class VertexPropertySerializer
+  </h1>
+  <div class="markdown level0 summary"><p>A <a class="xref" href="Gremlin.Net.Structure.VertexProperty.html">VertexProperty</a> serializer.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html">SimpleTypeSerializer</a>&lt;<a class="xref" href="Gremlin.Net.Structure.VertexProperty.html">VertexProperty</a>&gt;</div>
+    <div class="level2"><span class="xref">VertexPropertySerializer</span></div>
+  </div>
+  <div classs="implements">
+    <h5>Implements</h5>
+    <div><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a></div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_DataType">SimpleTypeSerializer&lt;VertexProperty&gt;.DataType</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_">SimpleTypeSerializer&lt;VertexProperty&gt;.WriteAsync(Object, Stream, GraphBinaryWriter)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteValueAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_System_Boolean_">SimpleTypeSerializer&lt;VertexProperty&gt;.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_">SimpleTypeSerializer&lt;VertexProperty&gt;.ReadAsync(Stream, GraphBinaryReader)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_System_Boolean_">SimpleTypeSerializer&lt;VertexProperty&gt;.ReadValueAsync(Stream, GraphBinaryReader, Boolean)</a>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetHashCode()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetType()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.MemberwiseClone()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ToString()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.html">Gremlin.Net.Structure.IO.GraphBinary.Types</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class VertexPropertySerializer : SimpleTypeSerializer&lt;VertexProperty&gt;, ITypeSerializer</code></pre>
+  </div>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer__ctor" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.#ctor">VertexPropertySerializer()</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html">VertexPropertySerializer</a> class.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public VertexPropertySerializer()</code></pre>
+  </div>
+  <h3 id="methods">Methods
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer_ReadValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.ReadValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.ReadValueAsync(Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)">ReadValueAsync(Stream, GraphBinaryReader)</h4>
+  <div class="markdown level1 summary"><p>Reads a non-nullable value according to the type format.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task&lt;VertexProperty&gt; ReadValueAsync(Stream stream, GraphBinaryReader reader)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The GraphBinary data to parse.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a></td>
+        <td><span class="parametername">reader</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span>&lt;<a class="xref" href="Gremlin.Net.Structure.VertexProperty.html">VertexProperty</a>&gt;</td>
+        <td><p>The read value.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;Gremlin.Net.Structure.VertexProperty&gt;.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)</span></div>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer_WriteValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.WriteValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexPropertySerializer_WriteValueAsync_Gremlin_Net_Structure_VertexProperty_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.WriteValueAsync(Gremlin.Net.Structure.VertexProperty,Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)">WriteValueAsync(VertexProperty, Stream, GraphBinaryWriter)</h4>
+  <div class="markdown level1 summary"><p>Writes a non-nullable value into a stream.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task WriteValueAsync(VertexProperty value, Stream stream, GraphBinaryWriter writer)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.VertexProperty.html">VertexProperty</a></td>
+        <td><span class="parametername">value</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The stream to write to.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a></td>
+        <td><span class="parametername">writer</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span></td>
+        <td><p>A task that represents the asynchronous write operation.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;Gremlin.Net.Structure.VertexProperty&gt;.WriteValueAsync(Gremlin.Net.Structure.VertexProperty, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)</span></div>
+  <h3 id="implements">Implements</h3>
+  <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a>
+  </div>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,300 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class VertexSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class VertexSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer">
+  
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer" class="text-break">Class VertexSerializer
+  </h1>
+  <div class="markdown level0 summary"><p>A <a class="xref" href="Gremlin.Net.Structure.Vertex.html">Vertex</a> serializer.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html">SimpleTypeSerializer</a>&lt;<a class="xref" href="Gremlin.Net.Structure.Vertex.html">Vertex</a>&gt;</div>
+    <div class="level2"><span class="xref">VertexSerializer</span></div>
+  </div>
+  <div classs="implements">
+    <h5>Implements</h5>
+    <div><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a></div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_DataType">SimpleTypeSerializer&lt;Vertex&gt;.DataType</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_">SimpleTypeSerializer&lt;Vertex&gt;.WriteAsync(Object, Stream, GraphBinaryWriter)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_WriteValueAsync_System_Object_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_System_Boolean_">SimpleTypeSerializer&lt;Vertex&gt;.WriteValueAsync(Object, Stream, GraphBinaryWriter, Boolean)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_">SimpleTypeSerializer&lt;Vertex&gt;.ReadAsync(Stream, GraphBinaryReader)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html#Gremlin_Net_Structure_IO_GraphBinary_Types_SimpleTypeSerializer_1_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_System_Boolean_">SimpleTypeSerializer&lt;Vertex&gt;.ReadValueAsync(Stream, GraphBinaryReader, Boolean)</a>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetHashCode()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetType()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.MemberwiseClone()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ToString()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.html">Gremlin.Net.Structure.IO.GraphBinary.Types</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class VertexSerializer : SimpleTypeSerializer&lt;Vertex&gt;, ITypeSerializer</code></pre>
+  </div>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer__ctor" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.#ctor">VertexSerializer()</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html">VertexSerializer</a> class.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public VertexSerializer()</code></pre>
+  </div>
+  <h3 id="methods">Methods
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer_ReadValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.ReadValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer_ReadValueAsync_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryReader_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.ReadValueAsync(Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)">ReadValueAsync(Stream, GraphBinaryReader)</h4>
+  <div class="markdown level1 summary"><p>Reads a non-nullable value according to the type format.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task&lt;Vertex&gt; ReadValueAsync(Stream stream, GraphBinaryReader reader)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The GraphBinary data to parse.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a></td>
+        <td><span class="parametername">reader</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span>&lt;<a class="xref" href="Gremlin.Net.Structure.Vertex.html">Vertex</a>&gt;</td>
+        <td><p>The read value.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;Gremlin.Net.Structure.Vertex&gt;.ReadValueAsync(Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader)</span></div>
+  <a id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer_WriteValueAsync_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.WriteValueAsync*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphBinary_Types_VertexSerializer_WriteValueAsync_Gremlin_Net_Structure_Vertex_Stream_Gremlin_Net_Structure_IO_GraphBinary_GraphBinaryWriter_" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.WriteValueAsync(Gremlin.Net.Structure.Vertex,Stream,Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)">WriteValueAsync(Vertex, Stream, GraphBinaryWriter)</h4>
+  <div class="markdown level1 summary"><p>Writes a non-nullable value into a stream.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">protected override async Task WriteValueAsync(Vertex value, Stream stream, GraphBinaryWriter writer)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.Vertex.html">Vertex</a></td>
+        <td><span class="parametername">value</span></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><span class="xref">Stream</span></td>
+        <td><span class="parametername">stream</span></td>
+        <td><p>The stream to write to.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a></td>
+        <td><span class="parametername">writer</span></td>
+        <td><p>A <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a>.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="returns">Returns</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">System.Threading.Tasks.Task</span></td>
+        <td><p>A task that represents the asynchronous write operation.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+  <h5 class="overrides">Overrides</h5>
+  <div><span class="xref">Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer&lt;Gremlin.Net.Structure.Vertex&gt;.WriteValueAsync(Gremlin.Net.Structure.Vertex, Stream, Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter)</span></div>
+  <h3 id="implements">Implements</h3>
+  <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a>
+  </div>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,230 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Namespace Gremlin.Net.Structure.IO.GraphBinary.Types
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Namespace Gremlin.Net.Structure.IO.GraphBinary.Types
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types">
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphBinary_Types" data-uid="Gremlin.Net.Structure.IO.GraphBinary.Types" class="text-break">Namespace Gremlin.Net.Structure.IO.GraphBinary.Types
+  </h1>
+  <div class="markdown level0 summary"></div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="markdown level0 remarks"></div>
+    <h3 id="classes">Classes
+  </h3>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.ArraySerializer-1.html">ArraySerializer&lt;TMember&gt;</a></h4>
+      <section><p>A serializer that serializes .NET arrays to GraphBinary lists.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.BigDecimalSerializer.html">BigDecimalSerializer</a></h4>
+      <section><p>A serializer that serializes <span class="xref">System.Decimal</span> values as BigDecimal in GraphBinary.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.BigIntegerSerializer.html">BigIntegerSerializer</a></h4>
+      <section><p>A serializer for <see cref="!:BigInteger"></see> values.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.BindingSerializer.html">BindingSerializer</a></h4>
+      <section><p>A serializer for <see cref="!:Binding"></see> values.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.BulkSetSerializer-1.html">BulkSetSerializer&lt;TList&gt;</a></h4>
+      <section><p>A serializer for the GraphBinary type BulkSet that gets converted to <code data-dev-comment-type="typeparamref" class="typeparamref">TList</code>.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.ByteBufferSerializer.html">ByteBufferSerializer</a></h4>
+      <section><p>A serializer for byte[].</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.BytecodeSerializer.html">BytecodeSerializer</a></h4>
+      <section><p>A <see cref="!:Bytecode"></see> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.CharSerializer.html">CharSerializer</a></h4>
+      <section><p>A <span class="xref">System.Char</span> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.ClassSerializer.html">ClassSerializer</a></h4>
+      <section><p>A serializer for the GraphBinary type class that takes <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType.html">GremlinType</a> objects as their .NET
+representation.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.CustomTypeSerializer.html">CustomTypeSerializer</a></h4>
+      <section><p>The interface to implement for serializers of custom types.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.DateTimeOffsetSerializer.html">DateTimeOffsetSerializer</a></h4>
+      <section><p>A serializer for the GraphBinary types Date and Timestamp. Both are represented as <span class="xref">System.DateTimeOffset</span>
+in .NET.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.DurationSerializer.html">DurationSerializer</a></h4>
+      <section><p>A serializer that serializes <span class="xref">System.TimeSpan</span> values as Duration in GraphBinary.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.EdgeSerializer.html">EdgeSerializer</a></h4>
+      <section><p>An <a class="xref" href="Gremlin.Net.Structure.Edge.html">Edge</a> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.EnumSerializer-1.html">EnumSerializer&lt;TEnum&gt;</a></h4>
+      <section><p>Generalized serializer for enum types.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.EnumSerializers.html">EnumSerializers</a></h4>
+      <section><p>Provides serializers for enum types.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.GremlinType.html">GremlinType</a></h4>
+      <section><p>Represents the GraphBinary type Class which can be used to serialize a class.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.LambdaSerializer.html">LambdaSerializer</a></h4>
+      <section><p>A serializer for lambdas.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.ListSerializer-1.html">ListSerializer&lt;TMember&gt;</a></h4>
+      <section><p>A generic list serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.MapSerializer-2.html">MapSerializer&lt;TKey, TValue&gt;</a></h4>
+      <section><p>A generic dictionary serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.PathSerializer.html">PathSerializer</a></h4>
+      <section><p>A <a class="xref" href="Gremlin.Net.Structure.Path.html">Path</a> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.PropertySerializer.html">PropertySerializer</a></h4>
+      <section><p>A <a class="xref" href="Gremlin.Net.Structure.Property.html">Property</a> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.PSerializer.html">PSerializer</a></h4>
+      <section><p>A <see cref="!:P"></see> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SetSerializer-2.html">SetSerializer&lt;TSet, TMember&gt;</a></h4>
+      <section><p>A generic set serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SimpleTypeSerializer-1.html">SimpleTypeSerializer&lt;T&gt;</a></h4>
+      <section><p>Base class for serialization of types that don't contain type specific information only {type_code},
+{value_flag} and {value}.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SingleTypeSerializer-1.html">SingleTypeSerializer&lt;T&gt;</a></h4>
+      <section><p>Represents a serializer for types that can be represented as a single value and that can be read and write in a
+single operation.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.SingleTypeSerializers.html">SingleTypeSerializers</a></h4>
+      <section><p>Provides serializers for types that can be represented as a single value and that can be read and write in a
+single operation.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.StringSerializer.html">StringSerializer</a></h4>
+      <section><p>A <span class="xref">System.String</span> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.TraversalSerializer.html">TraversalSerializer</a></h4>
+      <section><p>A traversal serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.TraversalStrategySerializer.html">TraversalStrategySerializer</a></h4>
+      <section><p>A traversal strategy serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.TraverserSerializer.html">TraverserSerializer</a></h4>
+      <section><p>A <see cref="!:Traverser"></see> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.TypeSerializer.html">TypeSerializer</a></h4>
+      <section><p>A serializer for .NET types represented as Class in GraphBinary. Currently only
+<see cref="!:AbstractTraversalStrategy"></see> types are supported.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.UuidSerializer.html">UuidSerializer</a></h4>
+      <section><p>A serializer that serializes <span class="xref">System.Guid</span> values as Uuid in GraphBinary.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexPropertySerializer.html">VertexPropertySerializer</a></h4>
+      <section><p>A <a class="xref" href="Gremlin.Net.Structure.VertexProperty.html">VertexProperty</a> serializer.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.Types.VertexSerializer.html">VertexSerializer</a></h4>
+      <section><p>A <a class="xref" href="Gremlin.Net.Structure.Vertex.html">Vertex</a> serializer.</p>
+</section>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphBinary.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Namespace Gremlin.Net.Structure.IO.GraphBinary
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Namespace Gremlin.Net.Structure.IO.GraphBinary
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphBinary">
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphBinary" data-uid="Gremlin.Net.Structure.IO.GraphBinary" class="text-break">Namespace Gremlin.Net.Structure.IO.GraphBinary
+  </h1>
+  <div class="markdown level0 summary"></div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="markdown level0 remarks"></div>
+    <h3 id="classes">Classes
+  </h3>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.DataType.html">DataType</a></h4>
+      <section><p>Represents a GraphBinary data type.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryMessageSerializer.html">GraphBinaryMessageSerializer</a></h4>
+      <section><p>Serializes data to and from Gremlin Server in GraphBinary format.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryReader.html">GraphBinaryReader</a></h4>
+      <section><p>Allows to deserialize objects from GraphBinary.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.GraphBinaryWriter.html">GraphBinaryWriter</a></h4>
+      <section><p>Allows to serialize objects to GraphBinary.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.RequestMessageSerializer.html">RequestMessageSerializer</a></h4>
+      <section><p>Allows to serialize a <see cref="!:RequestMessage"></see>.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ResponseMessageSerializer.html">ResponseMessageSerializer</a></h4>
+      <section><p>Allows to deserialize a <see cref="!:ResponseMessage&lt;T>"></see>.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.StreamExtensions.html">StreamExtensions</a></h4>
+      <section><p>Provides extension methods for <see cref="!:Stream"></see> that are mostly useful when implementing GraphBinary
+serializers.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.TypeSerializerRegistry.html">TypeSerializerRegistry</a></h4>
+      <section><p>Provides GraphBinary serializers for different types.</p>
+</section>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.TypeSerializerRegistry.Builder.html">TypeSerializerRegistry.Builder</a></h4>
+      <section><p>The builder of a <a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.TypeSerializerRegistry.html">TypeSerializerRegistry</a>.</p>
+</section>
+    <h3 id="interfaces">Interfaces
+  </h3>
+      <h4><a class="xref" href="Gremlin.Net.Structure.IO.GraphBinary.ITypeSerializer.html">ITypeSerializer</a></h4>
+      <section><p>Represents a serializer for a certain type.</p>
+</section>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class GraphSON2MessageSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class GraphSON2MessageSerializer
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer">
+  
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2MessageSerializer" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer" class="text-break">Class GraphSON2MessageSerializer
+  </h1>
+  <div class="markdown level0 summary"><p>Serializes data to and from Gremlin Server in GraphSON2 format.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html">GraphSONMessageSerializer</a></div>
+    <div class="level2"><span class="xref">GraphSON2MessageSerializer</span></div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html#Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_SerializeMessageAsync_RequestMessage_">GraphSONMessageSerializer.SerializeMessageAsync(RequestMessage)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html#Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_DeserializeMessageAsync_System_Byte___">GraphSONMessageSerializer.DeserializeMessageAsync(Byte[])</a>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.html">Gremlin.Net.Structure.IO.GraphSON</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2MessageSerializer_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class GraphSON2MessageSerializer : GraphSONMessageSerializer</code></pre>
+  </div>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2MessageSerializer__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2MessageSerializer__ctor_Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader_Gremlin_Net_Structure_IO_GraphSON_GraphSON2Writer_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.#ctor(Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader,Gremlin.Net.Structure.IO.GraphSON.GraphSON2Writer)">GraphSON2MessageSerializer(GraphSON2Reader, GraphSON2Writer)</h4>
+  <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html">GraphSON2MessageSerializer</a> class with custom serializers.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphSON2MessageSerializer(GraphSON2Reader graphSONReader = null, GraphSON2Writer graphSONWriter = null)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html">GraphSON2Reader</a></td>
+        <td><span class="parametername">graphSONReader</span></td>
+        <td><p>The <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html">GraphSON2Reader</a> used to deserialize from GraphSON.</p>
+</td>
+      </tr>
+      <tr>
+        <td><a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Writer.html">GraphSON2Writer</a></td>
+        <td><span class="parametername">graphSONWriter</span></td>
+        <td><p>The <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Writer.html">GraphSON2Writer</a> used to serialize to GraphSON.</p>
+</td>
+      </tr>
+    </tbody>
+  </table>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>

Added: tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html?rev=1896967&view=auto
==============================================================================
--- tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html (added)
+++ tinkerpop/site/dotnetdocs/3.5.2/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html Wed Jan 12 15:28:11 2022
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+  
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Class GraphSON2Reader
+   | Apache TinkerPop - Gremlin.NET API Docs </title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Class GraphSON2Reader
+   | Apache TinkerPop - Gremlin.NET API Docs ">
+    <meta name="generator" content="docfx 2.58.0.0">
+    
+    <link rel="shortcut icon" href="../images/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+    
+    <meta property="docfx:rel" content="../">
+    
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <div id="wrapper">
+      <header>
+        
+        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
+          <div class="container">
+            <div class="navbar-header">
+              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+              </button>
+              
+              <a class="navbar-brand" href="../index.html">
+                <img id="logo" class="svg" src="../images/tinkerpop-character.png" alt="">
+              </a>
+            </div>
+            <div class="collapse navbar-collapse" id="navbar">
+              <form class="navbar-form navbar-right" role="search" id="search">
+                <div class="form-group">
+                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
+                </div>
+              </form>
+            </div>
+          </div>
+        </nav>
+        
+        <div class="subnav navbar navbar-default">
+          <div class="container hide-when-search" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <div class="container body-content">
+        
+        <div id="search-results">
+          <div class="search-list">Search Results for <span></span></div>
+          <div class="sr-items">
+            <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
+          </div>
+          <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
+        </div>
+      </div>
+      <div role="main" class="container body-content hide-when-search">
+        
+        <div class="sidenav hide-when-search">
+          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
+          <div class="sidetoggle collapse" id="sidetoggle">
+            <div id="sidetoc"></div>
+          </div>
+        </div>
+        <div class="article row grid-right">
+          <div class="col-md-10">
+            <article class="content wrap" id="_content" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader">
+  
+  
+  <h1 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader" class="text-break">Class GraphSON2Reader
+  </h1>
+  <div class="markdown level0 summary"><p>Handles deserialization of GraphSON3 data.</p>
+</div>
+  <div class="markdown level0 conceptual"></div>
+  <div class="inheritance">
+    <h5>Inheritance</h5>
+    <div class="level0"><span class="xref">System.Object</span></div>
+    <div class="level1"><a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONReader.html">GraphSONReader</a></div>
+    <div class="level2"><span class="xref">GraphSON2Reader</span></div>
+  </div>
+  <div class="inheritedMembers">
+    <h5>Inherited Members</h5>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONReader.html#Gremlin_Net_Structure_IO_GraphSON_GraphSONReader_Deserializers">GraphSONReader.Deserializers</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONReader.html#Gremlin_Net_Structure_IO_GraphSON_GraphSONReader_ToObject_IEnumerable_JsonElement__">GraphSONReader.ToObject(IEnumerable&lt;JsonElement&gt;)</a>
+    </div>
+    <div>
+      <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSONReader.html#Gremlin_Net_Structure_IO_GraphSON_GraphSONReader_ToObject_JsonElement_">GraphSONReader.ToObject(JsonElement)</a>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetHashCode()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.GetType()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.MemberwiseClone()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ToString()</span>
+    </div>
+    <div>
+      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
+    </div>
+  </div>
+  <h6><strong>Namespace</strong>: <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.html">Gremlin.Net.Structure.IO.GraphSON</a></h6>
+  <h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
+  <h5 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader_syntax">Syntax</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public class GraphSON2Reader : GraphSONReader</code></pre>
+  </div>
+  <h3 id="constructors">Constructors
+  </h3>
+  <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader__ctor" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.#ctor">GraphSON2Reader()</h4>
+  <div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html">GraphSON2Reader</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphSON2Reader()</code></pre>
+  </div>
+  <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader__ctor_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.#ctor*"></a>
+  <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSON2Reader__ctor_IReadOnlyDictionary_System_String_Gremlin_Net_Structure_IO_GraphSON_IGraphSONDeserializer__" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.#ctor(IReadOnlyDictionary{System.String,Gremlin.Net.Structure.IO.GraphSON.IGraphSONDeserializer})">GraphSON2Reader(IReadOnlyDictionary&lt;String, IGraphSONDeserializer&gt;)</h4>
+  <div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html">GraphSON2Reader</a>.</p>
+</div>
+  <div class="markdown level1 conceptual"></div>
+  <h5 class="decalaration">Declaration</h5>
+  <div class="codewrapper">
+    <pre><code class="lang-csharp hljs">public GraphSON2Reader(IReadOnlyDictionary&lt;string, IGraphSONDeserializer&gt; deserializerByGraphSONType)</code></pre>
+  </div>
+  <h5 class="parameters">Parameters</h5>
+  <table class="table table-bordered table-striped table-condensed">
+    <thead>
+      <tr>
+        <th>Type</th>
+        <th>Name</th>
+        <th>Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><span class="xref">IReadOnlyDictionary</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="Gremlin.Net.Structure.IO.GraphSON.IGraphSONDeserializer.html">IGraphSONDeserializer</a>&gt;</td>
+        <td><span class="parametername">deserializerByGraphSONType</span></td>
+        <td></td>
+      </tr>
+    </tbody>
+  </table>
+</article>
+          </div>
+          
+          <div class="hidden-sm col-md-2" role="complementary">
+            <div class="sideaffix">
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
+                <h5>In This Article</h5>
+                <div></div>
+              </nav>
+            </div>
+          </div>
+        </div>
+      </div>
+      
+      <footer>
+        <div class="grad-bottom"></div>
+        <div class="footer">
+          <div class="container">
+            <span class="pull-right">
+              <a href="#top">Back to top</a>
+            </span>
+            Copyright © 2018 The Apache Software Foundation
+            
+          </div>
+        </div>
+      </footer>
+    </div>
+    
+    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>