Interface IJavaScriptSerializer
Describes an object that must be serializable for JavaScript
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public interface IJavaScriptSerializer
Methods
Serialize(Object)
Declaration
string Serialize(object value)
Parameters
System.Object
value
|
Returns
System.String
|