Method SerializeObject
- Namespace
- DisCatSharp.Net.Serialization
- Assembly
- DisCatSharp.dll
SerializeObject(object)
Serializes the specified object to a JSON string.
public static string SerializeObject(object value)
Parameters
value
objectThe object to serialize.
Returns
- string
A JSON string representation of the object.