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