Method Initialize
Initialize(string, string)
Initialize the cache values from the serialized data.
Declaration
public bool Initialize(string id, string dataStr)
Parameters
Type | Name | Description |
---|---|---|
string | id | The object id. This value is usually the type name. |
string | dataStr | The serialized data. |
Returns
Type | Description |
---|---|
bool | Returns true if the initialization operation succeeded. |