Table of Contents

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 TValue

The value.

options JsonSerializerOptions

The options.

Returns

string

System.String.

Type Parameters

TValue

The type of the t value.