Tools class used to Serialize and deserialize Object value.
Static Public Attributes | |
const string | NULL_VALUE = "n00" |
The string representation for a null object More... | |
Static Public Member Functions | |
static string | ObjectToString (object obj) |
Serialize an object to a string. More... | |
static object | StringToObject (string str) |
Deserialize a string to an object. More... | |
|
static |
Serialize an object to a string.
obj | The object to serialize. |
|
static |
Deserialize a string to an object.
str | The string to deserialize. |
|
static |
The string representation for a null object