Utility.SerializeIsolated Method
Serializes a generic XML-serializable object to an XML file in isolated storage.
[Visual Basic]Public Shared Sub SerializeIsolated( _
ByVal
o As
Object, _
ByVal
file As
String, _
ByVal
append As
Boolean _
)
Parameters
- o
- Object
- file
- XML File
- append
- Should append to XML file?
See Also
Utility Class | NETXP.Library Namespace