New to Telerik UI for BlazorStart a free 30-day trial

Describes an object that is serializable to JSON

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public abstract class JsonObject

Inheritance: objectJsonObject

Derived Classes: AggregateFunctionFilterDescriptorBaseSortDescriptor

Constructors

C#
protected JsonObject()

Methods

Serializes the provided dictionary.

C#
protected abstract void Serialize(IDictionary<string, object> json)
Parameters:jsonIDictionary<string, object>

Serializes the object instance to a dictionary through the Serialize method implementation.

C#
public IDictionary<string, object> ToJson()
Returns:

IDictionary<string, object>