wManager.Wow.Helpers Namespace
WRobot

Extensions..::..Serialize<(Of <(<'T>)>)> Method

Serializes the specified class (to Xml).

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string Serialize<T>(
	this T thisT
)
<ExtensionAttribute> _
Public Shared Function Serialize(Of T) ( _
	thisT As T _
) As String
[ExtensionAttribute]
public:
generic<typename T>
static String^ Serialize(
	T thisT
)

Type Parameters

T

Parameters

thisT
Type: T
The serializable class.

Return Value

System.String.