ErrorUnitCentral_SerializeT Method |
Serializes the specified object.
Namespace: ErrorUnitAssembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax public static string _Serialize<T>(
T obj
)
Parameters
- obj
- Type: T
The object.
Type Parameters
- T
- The type to serialize
Return Value
Type:
Stringserialized JSON string
See Also