Skip to content

Commit

Permalink
renew _site
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 14, 2024
1 parent 06fe906 commit 8d85d82
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Read_System_Te
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt32Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -210,17 +211,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Read_System_Te
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -240,7 +245,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Write_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt32Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -250,11 +256,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Write_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Read_System_Te
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt64Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -210,17 +211,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Read_System_Te
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -240,7 +245,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Write_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt64Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -250,11 +256,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Write_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Read_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataStringConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -210,17 +211,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Read_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -240,7 +245,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Write_System_
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataStringConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -250,11 +256,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Write_System_
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext___ctor_System_Text_J
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/DefaultJsonSerializerContext_.g.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.serialization.jsonserializercontext">JsonSerializerContext</a> and binds it with the indicated <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -272,7 +273,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext___ctor_System_Text_J
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>The run time provided options for the context instance.</p>
</dd>
</dl>


Expand Down Expand Up @@ -5133,7 +5135,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext__GetTypeInfo_System_
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/DefaultJsonSerializerContext_.GetJsonTypeInfo.g.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets metadata for the specified type.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -5143,13 +5146,15 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext__GetTypeInfo_System_
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>type</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to fetch metadata for.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo">JsonTypeInfo</a></dt>
<dd></dd>
<dd><p>The metadata for the specified type, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the context has no metadata for the type.</p>
</dd>
</dl>


Expand Down

0 comments on commit 8d85d82

Please sign in to comment.