FarPoint.Win Assembly / FarPoint.Win Namespace / ICanSerializeXml Interface
Members


In This Topic
ICanSerializeXml Interface
In This Topic
Interface that supports serialization to XML of objects that might not be able to save the entire object from the models.
Syntax
'Declaration
 
Public Interface ICanSerializeXml 
   Inherits ISerializeSupport 
 
'Usage
 
Dim instance As ICanSerializeXml
See Also