# GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.ObjectCoder-1.Deconstruct

## Content

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



<h1 id="GrapeCity_ActiveReports_Core_Rdl_Seralization_Common_Coders_ObjectCoder_1_Deconstruct_" data-uid="GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.ObjectCoder`1.Deconstruct*">Deconstruct Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Rdl_Seralization_Common_Coders_ObjectCoder_1_Deconstruct_" data-uid="GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.ObjectCoder`1.Deconstruct*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Rdl_Seralization_Common_Coders_ObjectCoder_1_Deconstruct_System_Action_System_Xml_XmlWriter__0___System_Func_System_Xml_XmlReader__0___" data-uid="GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.ObjectCoder`1.Deconstruct(System.Action{System.Xml.XmlWriter,`0}@,System.Func{System.Xml.XmlReader,`0}@)">Deconstruct(out Action&lt;XmlWriter, T&gt;, out Func&lt;XmlReader, T&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Deconstruct(out Action&lt;XmlWriter, T&gt; Write, out Func&lt;XmlReader, T&gt; Read)</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="https://learn.microsoft.com/dotnet/api/system.action-2">Action</a>&lt;<span class="xref">XmlWriter</span>, T&gt;</td>
      <td><span class="parametername">Write</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;<span class="xref">XmlReader</span>, T&gt;</td>
      <td><span class="parametername">Read</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
