Uses of Interface
gr.uoa.di.madgik.commons.state.store.data.ISerializable

Packages that use ISerializable
gr.uoa.di.madgik.commons.state   
gr.uoa.di.madgik.commons.state.store.data   
gr.uoa.di.madgik.commons.test.state   
 

Uses of ISerializable in gr.uoa.di.madgik.commons.state
 

Methods in gr.uoa.di.madgik.commons.state that return ISerializable
static ISerializable StateManager.GetISerializable(String Key)
          Retrieves the payload associated with the provided key as an object
 

Methods in gr.uoa.di.madgik.commons.state with parameters of type ISerializable
static Boolean StateManager.Put(String key, ISerializable obj)
          Adds or updates the StateStoreRegistryKey referenced by the providede key.
 

Uses of ISerializable in gr.uoa.di.madgik.commons.state.store.data
 

Methods in gr.uoa.di.madgik.commons.state.store.data that return ISerializable
 ISerializable StateStoreData.GetISerializable(StateStoreRegistryKey Key)
          Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
 

Methods in gr.uoa.di.madgik.commons.state.store.data with parameters of type ISerializable
 void StateStoreData.Put(StateStoreRegistryKey Key, ISerializable obj)
          Appends the provided payload to the repository data file.
 

Uses of ISerializable in gr.uoa.di.madgik.commons.test.state
 

Classes in gr.uoa.di.madgik.commons.test.state that implement ISerializable
 class TestClassISerializable
           
 



Copyright © 2012. All Rights Reserved.