FarPoint.Win
ICanSerializeXml Interface
Members  See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ICanSerializeXml Interface


Interface that supports serialization to XML of objects that might not be able to save the entire object from the models.

Syntax

Visual Basic (Declaration) 
Public Interface ICanSerializeXml 
   Inherits ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As ICanSerializeXml
C# 
public interface ICanSerializeXml : ISerializeSupport  

See Also