Uses of Interface
org.openbandy.io.storage.StorageSerializer

Packages that use StorageSerializer
org.openbandy.io   
org.openbandy.io.db   
org.openbandy.io.rms   
 

Uses of StorageSerializer in org.openbandy.io
 

Methods in org.openbandy.io with parameters of type StorageSerializer
 void SerializableVector.prepareStorageSerialization(Storage storage, StorageSerializer storageSerializer)
          If the vector is serialized to a storage, check if an older version if the vector already exists in the persistent storage.
 

Uses of StorageSerializer in org.openbandy.io.db
 

Subinterfaces of StorageSerializer in org.openbandy.io.db
 interface DatabaseSerializer
          TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
 

Classes in org.openbandy.io.db that implement StorageSerializer
 class DatabaseSerializerImpl
          The Database Serializer provides a service to load and store serializable objects to respectively from a JDBC compliant database.
 

Uses of StorageSerializer in org.openbandy.io.rms
 

Subinterfaces of StorageSerializer in org.openbandy.io.rms
 interface RmsSerializer
          TODO describe purpose and usage

(c) Copyright P.
 

Classes in org.openbandy.io.rms that implement StorageSerializer
 class RmsSerializerImpl
          The RmsSerializerImpl implements a storage serializer for the Record Management Store.