GeneralFunctions.Serialize<TType> Method (TType)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Serializes the object passed in returning an xml string.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
public static string Serialize<TType>(
TType serializeObject
)
Public Shared Function Serialize(Of TType) (
serializeObject As TType
) As String
Parameters
serializeObject
Type: TTypeSpecifies the object to serialize.
Return Value
Type: System.String
Type: String
The serialized object as string (XML).
Type Parameters
- TType
Specifies the generic type used to serialize.
See Also
SerializeāOverload
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
Ā© 2017 Microsoft. All rights reserved. Copyright