Spread for ASP.NET 9.0 Product Documentation
GetObjectXml(ISerializeSupport2,String,Assembly,Boolean) Method


Object to serialize
Name of XML element
Calling assembly
Whether to save the data type
Serializes an object to an XML string.
Syntax
'Declaration
 
Public Overloads Shared Function GetObjectXml( _
   ByVal o As ISerializeSupport2, _
   ByVal elementName As String, _
   ByVal callingAssembly As Assembly, _
   ByVal saveType As Boolean _
) As String
'Usage
 
Dim o As ISerializeSupport2
Dim elementName As String
Dim callingAssembly As Assembly
Dim saveType As Boolean
Dim value As String
 
value = Serializer.GetObjectXml(o, elementName, callingAssembly, saveType)
public static string GetObjectXml( 
   ISerializeSupport2 o,
   string elementName,
   Assembly callingAssembly,
   bool saveType
)

Parameters

o
Object to serialize
elementName
Name of XML element
callingAssembly
Calling assembly
saveType
Whether to save the data type
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Serializer Class
Serializer Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.