# FarPoint.Win.ICanSerializeXml

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_ICanSerializeXml" data-uid="FarPoint.Win.ICanSerializeXml" class="text-break">ICanSerializeXml Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports serialization to XML of objects that might not
be able to save the entire object from the models.</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_ICanSerializeXml_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICanSerializeXml : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICanSerializeXml
    Inherits ISerializeSupport</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_ICanSerializeXml_CanSerializeXml" data-uid="FarPoint.Win.ICanSerializeXml.CanSerializeXml">
          <a class="xref" href="FarPoint.Win.ICanSerializeXml.CanSerializeXml.html#FarPoint_Win_ICanSerializeXml_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the entire object can
be saved to XML and successfully loaded again.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
