Click or drag to resize
ErrorUnitCentral_SerializeT Method
Serializes the specified object.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public static string _Serialize<T>(
	T obj
)

Parameters

obj
Type: T
The object.

Type Parameters

T
The type to serialize

Return Value

Type: String
serialized JSON string
See Also