Share via


Utilities.Serialize<T>(T) Method

Definition

Serialize the T as xml using DataContract Serializer

public static string Serialize<T> (T value);
static member Serialize : 'T -> string
Public Function Serialize(Of T) (value As T) As String

Type Parameters

T

the type name

Parameters

value
T

the T object.

Returns

the serialized object.

Applies to