Method | Description | |
---|---|---|
Deserialize ( object>.IDictionary |
Converts the provided dictionary into an object of the specified type.
|
|
Serialize ( object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary |
When overridden in a derived class, builds a dictionary of name/value pairs.
|
Method | Description | |
---|---|---|
serializeChart ( Graph graph ) : object>.IDictionary |
Serializes the chart.
|
|
serializeChartPie ( Graph graph ) : object>.IDictionary |
Serializes the chart pie.
|
public Deserialize ( object>.IDictionary |
||
dictionary | object>.IDictionary | An |
type | The type of the resulting object. | |
serializer | System.Web.Script.Serialization.JavaScriptSerializer | The |
return | object |
public Serialize ( object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object>.IDictionary |
||
obj | object | The object to serialize. |
serializer | System.Web.Script.Serialization.JavaScriptSerializer | The object that is responsible for the serialization. |
return | object>.IDictionary |