Added: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html?rev=1889266&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html (added) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.Types.html Wed Apr 28 15:28:18 2021 @@ -0,0 +1,226 @@ +<!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.40.2.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"></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination"></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<TMember></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<TList></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.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<TEnum></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<TMember></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<TKey, TValue></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<TSet, TMember></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<T></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<T></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"> + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> + </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.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.html?rev=1889266&view=auto ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.html (added) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphBinary.html Wed Apr 28 15:28:18 2021 @@ -0,0 +1,147 @@ +<!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.40.2.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"></div> + <div class="sr-items"> + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> + </div> + <ul id="pagination"></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<T>"></see>.</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> + <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"> + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> + </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> Modified: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html?rev=1889266&r1=1889265&r2=1889266&view=diff ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html (original) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2MessageSerializer.html Wed Apr 28 15:28:18 2021 @@ -95,10 +95,10 @@ <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_SerializeMessage_RequestMessage_">GraphSONMessageSerializer.SerializeMessage(RequestMessage)</a> + <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_DeserializeMessage_System_Byte___">GraphSONMessageSerializer.DeserializeMessage(Byte[])</a> + <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> Modified: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3MessageSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3MessageSerializer.html?rev=1889266&r1=1889265&r2=1889266&view=diff ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3MessageSerializer.html (original) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3MessageSerializer.html Wed Apr 28 15:28:18 2021 @@ -95,10 +95,10 @@ <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_SerializeMessage_RequestMessage_">GraphSONMessageSerializer.SerializeMessage(RequestMessage)</a> + <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_DeserializeMessage_System_Byte___">GraphSONMessageSerializer.DeserializeMessage(Byte[])</a> + <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> Modified: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html?rev=1889266&r1=1889265&r2=1889266&view=diff ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html (original) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.html Wed Apr 28 15:28:18 2021 @@ -142,13 +142,13 @@ </table> <h3 id="methods">Methods </h3> - <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_DeserializeMessage_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.DeserializeMessage*"></a> - <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_DeserializeMessage_System_Byte___" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.DeserializeMessage(System.Byte[])">DeserializeMessage(Byte[])</h4> + <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_DeserializeMessageAsync_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.DeserializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_DeserializeMessageAsync_System_Byte___" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.DeserializeMessageAsync(System.Byte[])">DeserializeMessageAsync(Byte[])</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> - <pre><code class="lang-csharp hljs">public virtual ResponseMessage<List<object>> DeserializeMessage(byte[] message)</code></pre> + <pre><code class="lang-csharp hljs">public virtual Task<ResponseMessage<List<object>>> DeserializeMessageAsync(byte[] message)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> @@ -177,18 +177,18 @@ </thead> <tbody> <tr> - <td><span class="xref">ResponseMessage</span><<span class="xref">List</span><<span class="xref">System.Object</span>>></td> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">ResponseMessage</span><<span class="xref">List</span><<span class="xref">System.Object</span>>>></td> <td></td> </tr> </tbody> </table> - <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_SerializeMessage_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.SerializeMessage*"></a> - <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_SerializeMessage_RequestMessage_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.SerializeMessage(RequestMessage)">SerializeMessage(RequestMessage)</h4> + <a id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_SerializeMessageAsync_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.SerializeMessageAsync*"></a> + <h4 id="Gremlin_Net_Structure_IO_GraphSON_GraphSONMessageSerializer_SerializeMessageAsync_RequestMessage_" data-uid="Gremlin.Net.Structure.IO.GraphSON.GraphSONMessageSerializer.SerializeMessageAsync(RequestMessage)">SerializeMessageAsync(RequestMessage)</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> - <pre><code class="lang-csharp hljs">public virtual byte[] SerializeMessage(RequestMessage requestMessage)</code></pre> + <pre><code class="lang-csharp hljs">public virtual Task<byte[]> SerializeMessageAsync(RequestMessage requestMessage)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> @@ -217,7 +217,7 @@ </thead> <tbody> <tr> - <td><span class="xref">System.Byte</span>[]</td> + <td><span class="xref">System.Threading.Tasks.Task</span><<span class="xref">System.Byte</span>[]></td> <td></td> </tr> </tbody> Modified: tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.SerializationTokens.html URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.SerializationTokens.html?rev=1889266&r1=1889265&r2=1889266&view=diff ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.SerializationTokens.html (original) +++ tinkerpop/site/dotnetdocs/3.4.11-SNAPSHOT/api/Gremlin.Net.Structure.IO.SerializationTokens.html Wed Apr 28 15:28:18 2021 @@ -123,6 +123,29 @@ </div> <h3 id="fields">Fields </h3> + <h4 id="Gremlin_Net_Structure_IO_SerializationTokens_GraphBinary1MimeType" data-uid="Gremlin.Net.Structure.IO.SerializationTokens.GraphBinary1MimeType">GraphBinary1MimeType</h4> + <div class="markdown level1 summary"><p>The MIME type for GraphBinary 1.</p> +</div> + <div class="markdown level1 conceptual"></div> + <h5 class="decalaration">Declaration</h5> + <div class="codewrapper"> + <pre><code class="lang-csharp hljs">public const string GraphBinary1MimeType = "application/vnd.graphbinary-v1.0"</code></pre> + </div> + <h5 class="fieldValue">Field Value</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.String</span></td> + <td></td> + </tr> + </tbody> + </table> <h4 id="Gremlin_Net_Structure_IO_SerializationTokens_GraphSON2MimeType" data-uid="Gremlin.Net.Structure.IO.SerializationTokens.GraphSON2MimeType">GraphSON2MimeType</h4> <div class="markdown level1 summary"><p>The MIME type for GraphSON 2.</p> </div>
