JsonObject
Class
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:
Constructors
C#
protected JsonObject()
Methods
Serializes the provided dictionary.
C#
protected abstract void Serialize(IDictionary<string, object> json)
Serializes the object instance to a dictionary through the Serialize method implementation.