Skip to content

Commit

Permalink
deploy: fccc19e
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Oct 21, 2024
1 parent f1c1550 commit d869f88
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 10,517 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h6><strong>Assembly</strong>: MagicOnion.Serialization.MemoryPack.dll</h6>
<div class="markdown level0 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class DynamicArgumentTupleFormatter : object</code></pre>
<pre><code class="lang-csharp hljs">public static class DynamicArgumentTupleFormatter</code></pre>
</div>

<div class="inheritance">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h6><strong>Assembly</strong>: MagicOnion.Serialization.MemoryPack.dll</h6>
<div class="markdown level0 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MemoryPackMagicOnionSerializerProvider : object, IMagicOnionSerializerProvider</code></pre>
<pre><code class="lang-csharp hljs">public class MemoryPackMagicOnionSerializerProvider : IMagicOnionSerializerProvider</code></pre>
</div>

<div class="inheritance">
Expand Down Expand Up @@ -132,7 +132,7 @@ <h4>Methods
<tbody>
<tr>
<td>
<a class="xref" href="MagicOnion.Serialization.MemoryPack.MemoryPackMagicOnionSerializerProvider.html#MagicOnion_Serialization_MemoryPack_MemoryPackMagicOnionSerializerProvider_Create_MethodType_System_Nullable_MethodInfo__">Create(MethodType, Nullable&lt;MethodInfo&gt;)</a>
<a class="xref" href="MagicOnion.Serialization.MemoryPack.MemoryPackMagicOnionSerializerProvider.html#MagicOnion_Serialization_MemoryPack_MemoryPackMagicOnionSerializerProvider_Create_MethodType_System_Reflection_MethodInfo_">Create(MethodType, MethodInfo)</a>
</td>
<td class="markdown level1 summary"></td>
</tr>
Expand Down Expand Up @@ -181,20 +181,20 @@ <h3 id="methods">Methods
</h3>
<section>
<a id="MagicOnion_Serialization_MemoryPack_MemoryPackMagicOnionSerializerProvider_Create_" data-uid="MagicOnion.Serialization.MemoryPack.MemoryPackMagicOnionSerializerProvider.Create*"></a>
<h4 id="MagicOnion_Serialization_MemoryPack_MemoryPackMagicOnionSerializerProvider_Create_MethodType_System_Nullable_MethodInfo__" data-uid="MagicOnion.Serialization.MemoryPack.MemoryPackMagicOnionSerializerProvider.Create(MethodType,System.Nullable{MethodInfo})">Create(MethodType, Nullable&lt;MethodInfo&gt;)</h4>
<h4 id="MagicOnion_Serialization_MemoryPack_MemoryPackMagicOnionSerializerProvider_Create_MethodType_System_Reflection_MethodInfo_" data-uid="MagicOnion.Serialization.MemoryPack.MemoryPackMagicOnionSerializerProvider.Create(MethodType,System.Reflection.MethodInfo)">Create(MethodType, MethodInfo)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IMagicOnionSerializer Create(MethodType methodType, MethodInfo? methodInfo)</code></pre>
<pre><code class="lang-csharp hljs">public IMagicOnionSerializer Create(MethodType methodType, MethodInfo methodInfo)</code></pre>
</div>

<section>
<h5 class="parameters">Parameters</h5>
<dl class="cysharpdocfx-valuedefinition">
<dt><span class="parametername"><code>methodType</code></span> <span class="xref">MethodType</span></dt>
<dd></dd>
<dt><span class="parametername"><code>methodInfo</code></span> <span class="xref">System.Nullable</span>&lt;<span class="xref">MethodInfo</span>&gt;</dt>
<dt><span class="parametername"><code>methodInfo</code></span> <span class="xref">System.Reflection.MethodInfo</span></dt>
<dd></dd>
</dl>
</section>
Expand Down
247 changes: 0 additions & 247 deletions api/MagicOnion.Server.HttpGateway.MagicOnionHttpGatewayMiddleware.html

This file was deleted.

Loading

0 comments on commit d869f88

Please sign in to comment.