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