| Package | Description |
|---|---|
| gr.uoa.di.madgik.commons.state | |
| gr.uoa.di.madgik.commons.state.store.data | |
| gr.uoa.di.madgik.commons.test.state |
| Modifier and Type | Method and Description |
|---|---|
static ISerializable |
StateManager.GetISerializable(String Key)
Retrieves the payload associated with the provided key as an object
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
StateManager.Put(String key,
ISerializable obj)
Adds or updates the
StateStoreRegistryKey referenced by the providede key. |
| Modifier and Type | Method and Description |
|---|---|
ISerializable |
StateStoreData.GetISerializable(StateStoreRegistryKey Key)
Retrieves the actual payload referenced by the provided metadata entry and returns it
as the expected type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateStoreData.Put(StateStoreRegistryKey Key,
ISerializable obj)
Appends the provided payload to the repository data file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestClassISerializable |
Copyright © 2018. All Rights Reserved.