GeneralFunctions.Serialize Method (Object)
Serializes the object passed in returning an xml string.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim serialize As Object
Dim returnValue As String
returnValue = GeneralFunctions.Serialize(serialize)
Syntax
'Declaration
Public Shared Function Serialize ( _
serialize As Object _
) As String
public static string Serialize (
Object serialize
)
public:
static String^ Serialize (
Object^ serialize
)
public static String Serialize (
Object serialize
)
public static function Serialize (
serialize : Object
) : String
Parameters
- serialize
Specifies the object to serialize.
Return Value
Type: String
The serialized object as string (XML).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
GeneralFunctions Class
GeneralFunctions Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.