SerializerHelper..::..Deserialize<(Of <(<'T>)>)> Method

Deserializes the specified data.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static T Deserialize<T>(
	string data,
	SerializeFormat format
)

Type Parameters

T

Parameters

data
Type: String
The data.
format
Type: Core..::..SerializeFormat
The format.

Return Value

T.