IJsonSerializerSerializeT Method |
Serializes the specified object.
Namespace: ErrorUnit.InterfacesAssembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax 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