|
OpenPetra
Free Administration Software for Non-Profits
|
Static Public Member Functions | |
| static bool | isJSClient () |
| determine if the server is contacted from the fat client or from the js client More... | |
| static string | SerializeObject (object o) |
| serialize any object. if it is a complex type, use JSON or Base64 (fat client) More... | |
| static string | SerializeToBase64 (string s) |
| serialize string to Base64 More... | |
| static string | DeserializeFromBase64 (string s) |
| deserialize string from Base64 More... | |
| static string | SerializeObjectJSON (object o) |
| serialize any object. if it is a complex type, use JSON More... | |
| static object | DeserializeObject (string s, string type) |
| reverse of SerializeObject More... | |
| static List< string > | DeserializeObject (List< string > l) |
| Deserialize List of String More... | |
| static Dictionary< string, string > | DeserializeObject (Dictionary< string, string > d) |
| Deserialize Dictionary of String More... | |
| static DataTable | DeserializeDataTable (string s) |
| Deserialize a DataTable. More... | |
| static DataSet | DeserializeDataSet (string s, DataSet dataset) |
| Deserialize a DataSet. More... | |
serialize and deserialize complex types using JSON TODO: rename the class
|
inlinestatic |
Deserialize a DataSet.
|
inlinestatic |
Deserialize a DataTable.
|
inlinestatic |
deserialize string from Base64
|
inlinestatic |
Deserialize Dictionary of String
|
inlinestatic |
Deserialize List of String
|
inlinestatic |
reverse of SerializeObject
|
inlinestatic |
determine if the server is contacted from the fat client or from the js client
|
inlinestatic |
serialize any object. if it is a complex type, use JSON or Base64 (fat client)
|
inlinestatic |
serialize any object. if it is a complex type, use JSON
|
inlinestatic |
serialize string to Base64