Uses of Interface
org.keridwen.core.data.storage.packet.Accessor

Packages that use Accessor
org.keridwen.core.data.storage.packet   
 

Uses of Accessor in org.keridwen.core.data.storage.packet
 

Subinterfaces of Accessor in org.keridwen.core.data.storage.packet
 interface AccessorSafe<ObjectType extends Serializable>
          Data accessor has the ability to extract and put data in/from the DataManager
 interface AccessorUnsafe<ObjectType>
          Data accessor has the ability to extract and put data in/from the DataManager
 

Classes in org.keridwen.core.data.storage.packet that implement Accessor
 class DoubleAccessor
           
 class ObjectAccessorSafe<ObjectType extends Serializable>
          Accessor to any kind of serializable objects in safe mode using serialization
 class ObjectAccessorUnsafe<ObjectType>
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.