Class KryoStateMachineSerialisationService<S,E>

java.lang.Object
org.springframework.statemachine.kryo.AbstractKryoStateMachineSerialisationService<S,E>
org.springframework.statemachine.kryo.KryoStateMachineSerialisationService<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineSerialisationService<S,E>

public class KryoStateMachineSerialisationService<S,E> extends AbstractKryoStateMachineSerialisationService<S,E>
Implementation for StateMachineSerialisationService using kryo.