Uses of Interface
org.prevayler.foundation.serialization.Serializer

Packages that use Serializer
org.prevayler   
org.prevayler.foundation   
org.prevayler.foundation.serialization   
org.prevayler.implementation   
org.prevayler.implementation.snapshot   
 

Uses of Serializer in org.prevayler
 

Methods in org.prevayler with parameters of type Serializer
 void PrevaylerFactory.configureJournalSerializer(String suffix, Serializer serializer)
          Configures the transaction journal Serializer to be used by the Prevayler created by this factory.
 void PrevaylerFactory.configureSnapshotSerializer(String suffix, Serializer serializer)
          Configure a serialization strategy for snapshots.
 

Uses of Serializer in org.prevayler.foundation
 

Methods in org.prevayler.foundation with parameters of type Serializer
static Object DeepCopier.deepCopy(Object original, Serializer serializer)
          Produce a deep copy of the given object.
static Object DeepCopier.deepCopyParallel(Object original, Serializer serializer)
          Produce a deep copy of the given object.
 

Uses of Serializer in org.prevayler.foundation.serialization
 

Classes in org.prevayler.foundation.serialization that implement Serializer
 class DESSerializer
           
 class GZIPSerializer
           
 class JavaSerializer
          Writes and reads objects using Java serialization.
 class XStreamSerializer
          Writes and reads objects using XML.
 

Constructors in org.prevayler.foundation.serialization with parameters of type Serializer
DESSerializer(Serializer delegate, byte[] key)
           
GZIPSerializer(Serializer delegate)
           
GZIPSerializer(Serializer delegate, int gzipBufferSize)
           
 

Uses of Serializer in org.prevayler.implementation
 

Methods in org.prevayler.implementation with parameters of type Serializer
 PrevalentSystemGuard<P> PrevalentSystemGuard.deepCopy(long systemVersion, Serializer snapshotSerializer)
           
 Object Capsule.deserialize(Serializer journalSerializer)
          Deserializes the contained Transaction or TransactionWithQuery.
 void Capsule.executeOn(Object prevalentSystem, Date executionTime, Serializer journalSerializer)
          Executes a freshly deserialized copy of the transaction by default.
 

Constructors in org.prevayler.implementation with parameters of type Serializer
Capsule(Object transaction, Serializer journalSerializer, boolean transactionDeepCopyMode)
           
PrevalentSystemGuard(P prevalentSystem, long systemVersion, Serializer journalSerializer)
           
PrevaylerImpl(GenericSnapshotManager<P> snapshotManager, TransactionPublisher transactionPublisher, Serializer journalSerializer, boolean transactionDeepCopyMode)
          Creates a new Prevayler
 

Uses of Serializer in org.prevayler.implementation.snapshot
 

Methods in org.prevayler.implementation.snapshot that return Serializer
 Serializer GenericSnapshotManager.primarySerializer()
           
 

Constructors in org.prevayler.implementation.snapshot with parameters of type Serializer
GenericSnapshotManager(Map snapshotSerializers, String primarySnapshotSuffix, P newPrevalentSystem, PrevaylerDirectory directory, Serializer journalSerializer)
           
 



Copyright © 2001-2013. All Rights Reserved.