Class ODataJsonSerializer
Class ODataJsonSerializer.
Inheritance
System.Object
ODataJsonSerializer
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ODataJsonSerializer : object
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 |
---|---|
System.String | System.String. |
Type Parameters
Name | Description |
---|---|
TValue | The type of the t value. |