Method | Description | |
---|---|---|
Deserialize ( object>.IDictionary |
When overridden in a derived class, 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 | |
---|---|---|
populateColumnsOne ( object>.Dictionary |
||
populateColumnsThree ( object>.Dictionary |
||
populateColumnsTwo ( object>.Dictionary |
||
populateHeaderOne ( object>.IDictionary |
||
populateHeaderThree ( object>.IDictionary |
||
populateHeaderTwo ( object>.IDictionary |
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 |