Class StateMachineContextSerializer<S,E>

java.lang.Object
com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
org.springframework.statemachine.kryo.StateMachineContextSerializer<S,E>
Type Parameters:
S - the type of state
E - the type of event

public class StateMachineContextSerializer<S,E> extends com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
Kryo Serializer for StateMachineContext.
Author:
Janne Valkealahti
  • Constructor Details

    • StateMachineContextSerializer

      public StateMachineContextSerializer()
  • Method Details