Spread for ASP.NET 7.0 Product Documentation
GetObjectXml(ISerializeSupport2,String,Assembly,Boolean) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class > GetObjectXml Method : GetObjectXml(ISerializeSupport2,String,Assembly,Boolean) Method


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

Glossary Item Box

Serializes an object to an XML string.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetObjectXml( _
   ByVal o As ISerializeSupport2, _
   ByVal elementName As String, _
   ByVal callingAssembly As Assembly, _
   ByVal saveType As Boolean _
) As String
Visual Basic (Usage)Copy Code
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)
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.