JsonSerializerSerializeT Method | |
Serializes objects to the JavaScript Object Notation (JSON).
Namespace: Lawo.IOAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax 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:
StringThe serialized JSON string.
See Also