Serializes an object to XML using the ISerializeSupport interface.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim o As Object
Dim saveInterface As Type
Dim elementName As String
Dim w As XmlTextWriter
Dim value As Boolean
value = Serializer.SerializeObject(o, saveInterface, elementName, w) |
Parameters
- o
- Object to serialize
- saveInterface
- Serialization interface to use
- elementName
- Name of XML element
- w
- XmlTextWriter object to which to save
Return Value
true if successful; false otherwise
Remarks
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also