Class ODataJsonSerializer
Class ODataJsonSerializer.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ODataJsonSerializer
Methods
Serialize<TValue>(TValue, JsonSerializerOptions)
Serializes the specified value.
Declaration
public static string Serialize<TValue>(TValue value, JsonSerializerOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | value | The value. |
| JsonSerializerOptions | options | The options. |
Returns
| Type | Description |
|---|---|
| string | System.String. |
Type Parameters
| Name | Description |
|---|---|
| TValue | The type of the t value. |