Class SerializedFlowExecutionSnapshotFactory

java.lang.Object
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
All Implemented Interfaces:
FlowExecutionSnapshotFactory

public class SerializedFlowExecutionSnapshotFactory extends Object implements FlowExecutionSnapshotFactory
A factory that creates new instances of flow execution snapshots based on standard Java serialization.
Author:
Keith Donald, Erwin Vervaet