# GrapeCity.ActiveReports.Core.Rdl.Extensibility.JsonSerializersFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Core_Rdl_Extensibility_JsonSerializersFactory" data-uid="GrapeCity.ActiveReports.Core.Rdl.Extensibility.JsonSerializersFactory" class="text-break">JsonSerializersFactory Class
</h1>
  <div class="markdown level0 summary"><p>Represents the factory for the external report items json serializers.</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"><span class="xref">JsonSerializersFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Rdl.Extensibility.html">GrapeCity.ActiveReports.Core.Rdl.Extensibility</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Rdl_Extensibility_JsonSerializersFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class JsonSerializersFactory</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Core_Rdl_Extensibility_JsonSerializersFactory_Register_System_String_System_Type_System_Func_System_Text_Json_Serialization_JsonConverter_GrapeCity_ActiveReports_PageReportModel_ReportItem___" data-uid="GrapeCity.ActiveReports.Core.Rdl.Extensibility.JsonSerializersFactory.Register(System.String,System.Type,System.Func{System.Text.Json.Serialization.JsonConverter{GrapeCity.ActiveReports.PageReportModel.ReportItem}})">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rdl.Extensibility.JsonSerializersFactory.Register.html#GrapeCity_ActiveReports_Core_Rdl_Extensibility_JsonSerializersFactory_Register_System_String_System_Type_System_Func_System_Text_Json_Serialization_JsonConverter_GrapeCity_ActiveReports_PageReportModel_ReportItem___">Register(string, Type, Func&lt;JsonConverter&lt;ReportItem&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Registers a JSON converter for a specific type of report item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
