# FarPoint.Win.IDeserializeInjector

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_IDeserializeInjector" data-uid="FarPoint.Win.IDeserializeInjector" class="text-break">IDeserializeInjector Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that support inject setting for deserializing object right after create instance and before deserializing</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_IDeserializeInjector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDeserializeInjector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDeserializeInjector</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="FarPoint_Win_IDeserializeInjector_Preprocess_System_Object_" data-uid="FarPoint.Win.IDeserializeInjector.Preprocess(System.Object)">
          <a class="xref" href="FarPoint.Win.IDeserializeInjector.Preprocess.html#FarPoint_Win_IDeserializeInjector_Preprocess_System_Object_">Preprocess(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Preprocess the deserializing instance before deserializing</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
