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

Namespace: ErrorUnit.JsonSerializer
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public 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

Implements

IJsonSerializerSerializeT(T)
See Also