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

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