# GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer" class="text-break">SnapshotSerializer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a module containing the implementation of a data tree serializer.</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">SnapshotSerializer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.html">GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class SnapshotSerializer</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_Rendering_DataProcessing_Persistence_SnapshotSerializer_LoadAsync__1_System_IO_Stream_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.LoadAsync``1(System.IO.Stream,System.Threading.CancellationToken)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.LoadAsync.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_LoadAsync__1_System_IO_Stream_System_Threading_CancellationToken_">LoadAsync&lt;T&gt;(Stream, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Async loads report snapshot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Load__1_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Load``1(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Load.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Load__1_System_IO_Stream_">Load&lt;T&gt;(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads report snapshot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Load__1_System_IO_TextReader_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Load``1(System.IO.TextReader)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Load.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Load__1_System_IO_TextReader_">Load&lt;T&gt;(TextReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads report snapshot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Parse__1_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Parse``1(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Parse.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Parse__1_System_String_">Parse&lt;T&gt;(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses snapshot from specified string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_SaveAsync__1_System_IO_Stream___0_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.SaveAsync``1(System.IO.Stream,``0,System.Threading.CancellationToken)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.SaveAsync.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_SaveAsync__1_System_IO_Stream___0_System_Threading_CancellationToken_">SaveAsync&lt;T&gt;(Stream, T, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Async save snapshot to specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_FileInfo___0_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save``1(System.IO.FileInfo,``0,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_FileInfo___0_System_Boolean_">Save&lt;T&gt;(FileInfo, T, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Save snapshot to specified file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_Stream___0_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save``1(System.IO.Stream,``0,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_Stream___0_System_Boolean_">Save&lt;T&gt;(Stream, T, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Save snapshot to specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_TextWriter___0_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save``1(System.IO.TextWriter,``0,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Save.html#GrapeCity_ActiveReports_Rendering_DataProcessing_Persistence_SnapshotSerializer_Save__1_System_IO_TextWriter___0_System_Boolean_">Save&lt;T&gt;(TextWriter, T, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Save snapshot using specified textwriter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
