Click or drag to resize

JsonHelperJsonSerializeT Method

Serializes object to string

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public static string JsonSerialize<T>(
	T tp
)

Parameters

tp
Type: T
Object to serialze

Type Parameters

T
Type of object

Return Value

Type: String
String represenation of supplied object
Remarks