Click or drag to resize
JsonSerializerSerializeT Method
Serializes objects to the JavaScript Object Notation (JSON).

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static string Serialize<T>(
	T data
)

Parameters

data
Type: T
The data contract object.

Type Parameters

T
The type to be serialized (data contract).

Return Value

Type: String
The serialized JSON string.
See Also