# C1.JsonNet.Converters.FunctionConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_JsonNet_Converters_FunctionConverter" data-uid="C1.JsonNet.Converters.FunctionConverter" class="text-break">FunctionConverter Class
</h1>
  <div class="markdown level0 summary"><p>Define a converter which converts the client function name to string without quote.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Web.Mvc.Serialization.BaseConverter.html">BaseConverter</a></div>
    <div class="level2"><a class="xref" href="C1.JsonNet.JsonConverter.html">JsonConverter</a></div>
    <div class="level3"><span class="xref">FunctionConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.JsonNet.Converters.html">C1.JsonNet.Converters</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_JsonNet_Converters_FunctionConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FunctionConverter : JsonConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FunctionConverter
    Inherits JsonConverter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_JsonNet_Converters_FunctionConverter__ctor" data-uid="C1.JsonNet.Converters.FunctionConverter.#ctor">
          <a class="xref" href="C1.JsonNet.Converters.FunctionConverter.-ctor.html#C1_JsonNet_Converters_FunctionConverter__ctor">FunctionConverter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_JsonNet_Converters_FunctionConverter_CanConvert_System_Type_" data-uid="C1.JsonNet.Converters.FunctionConverter.CanConvert(System.Type)">
          <a class="xref" href="C1.JsonNet.Converters.FunctionConverter.CanConvert.html#C1_JsonNet_Converters_FunctionConverter_CanConvert_System_Type_">CanConvert(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the converter is supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_Converters_FunctionConverter_ReadJson_C1_JsonNet_JsonReader_System_Type_System_Object_" data-uid="C1.JsonNet.Converters.FunctionConverter.ReadJson(C1.JsonNet.JsonReader,System.Type,System.Object)">
          <a class="xref" href="C1.JsonNet.Converters.FunctionConverter.ReadJson.html#C1_JsonNet_Converters_FunctionConverter_ReadJson_C1_JsonNet_JsonReader_System_Type_System_Object_">ReadJson(JsonReader, Type, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Deserialize the object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_JsonNet_Converters_FunctionConverter_WriteJson_C1_JsonNet_JsonWriter_System_Object_" data-uid="C1.JsonNet.Converters.FunctionConverter.WriteJson(C1.JsonNet.JsonWriter,System.Object)">
          <a class="xref" href="C1.JsonNet.Converters.FunctionConverter.WriteJson.html#C1_JsonNet_Converters_FunctionConverter_WriteJson_C1_JsonNet_JsonWriter_System_Object_">WriteJson(JsonWriter, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Serialize the value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
