ActionAdventureKit 1.9.1
|
utility class used in persistence to hold the current data for one persistence area
performs de/serialization when data is retrieved or stored and keeps track of whether it has been changed
Static Public Member Functions | |
static T | Deserialize< T > (string serialized) |
static string | Serialize< T > (T value) |
Properties | |
Dictionary< string, string > | Data [get, set] |
bool | HasChanged [get, set] |