# GrapeCity.Documents.Excel.IJsonSerializer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IJsonSerializer" data-uid="GrapeCity.Documents.Excel.IJsonSerializer" class="text-break">IJsonSerializer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a serializer/deserializer for custom type in from/to json.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IJsonSerializer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IJsonSerializer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IJsonSerializer</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_Documents_Excel_IJsonSerializer_Deserialize_System_String_" data-uid="GrapeCity.Documents.Excel.IJsonSerializer.Deserialize(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IJsonSerializer.Deserialize.html#GrapeCity_Documents_Excel_IJsonSerializer_Deserialize_System_String_">Deserialize(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Deserialize json string to object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IJsonSerializer_Serialize_System_Object_" data-uid="GrapeCity.Documents.Excel.IJsonSerializer.Serialize(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Excel.IJsonSerializer.Serialize.html#GrapeCity_Documents_Excel_IJsonSerializer_Serialize_System_Object_">Serialize(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Serialize an object to json string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
