Class ODataJsonSerializer.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public static class ODataJsonSerializerSerializes the specified value.
public static string Serialize(TValue value, Text.Json.JsonSerializerOptions options)
| Type | Name | Description |
|---|---|---|
| TValue | value | The value. |
| Text.Json.JsonSerializerOptions | options | The options. |
| Type | Description |
|---|---|
| string | System.String. |