# C1.JsonNet.JsonConverter.Write

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_JsonNet_JsonConverter_Write_" data-uid="C1.JsonNet.JsonConverter.Write*">Write Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_JsonNet_JsonConverter_Write_" data-uid="C1.JsonNet.JsonConverter.Write*"></a>
<h4 id="C1_JsonNet_JsonConverter_Write_C1_Web_Mvc_Serialization_BaseWriter_System_Object_C1_Web_Mvc_Serialization_IContext_" data-uid="C1.JsonNet.JsonConverter.Write(C1.Web.Mvc.Serialization.BaseWriter,System.Object,C1.Web.Mvc.Serialization.IContext)">Write(BaseWriter, object, IContext)</h4>
<div class="markdown level1 summary"><p>Writes the specified value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override void Write(BaseWriter writer, object value, IContext context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub Write(writer As BaseWriter, value As Object, context As IContext)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.BaseWriter.html">BaseWriter</a></td>
      <td><span class="parametername">writer</span></td>
      <td><p>The writer.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.IContext.html">IContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The context.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Web.Mvc.Serialization.BaseConverter.Write.html#C1_Web_Mvc_Serialization_BaseConverter_Write_C1_Web_Mvc_Serialization_BaseWriter_System_Object_C1_Web_Mvc_Serialization_IContext_">BaseConverter.Write(BaseWriter, object, IContext)</a></div>
</div>
