JsonContent.Serialize
JsonContent.Serialize method
Converts the value of a specified type into a JsonContent using JsonSerializer.
public static JsonContent Serialize(object value, JsonSerializerOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| value | Object | The value to convert. |
| options | JsonSerializerOptions | Options to control the conversion behavior. |
Return Value
A JsonContent object.
See Also
- struct JsonContent
- namespace Aspose.CAD.FileFormats.GLB.IO
- assembly Aspose.CAD