クラス StateMachineContextSerializer<S,E>
java.lang.ObjectSE
com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
org.springframework.statemachine.kryo.StateMachineContextSerializer<S,E>
- 型パラメーター:
S
- 状態の型E
- イベントの型
public class StateMachineContextSerializer<S,E>
extends com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
StateMachineContext
用の Kryo Serializer
。- 作成者:
- Janne Valkealahti
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, ClassSE<StateMachineContext<S, E>> clazz) void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, StateMachineContext<S, E> context) クラス com.esotericsoftware.kryo.Serializer から継承されたメソッド
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
コンストラクターの詳細
StateMachineContextSerializer
public StateMachineContextSerializer()
メソッドの詳細
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, StateMachineContext<S, E> context) - 次で指定:
- クラス
com.esotericsoftware.kryo.Serializer<StateMachineContext<S,
のE>> write
read
public StateMachineContext<S,E> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, ClassSE<StateMachineContext<S, E>> clazz) - 次で指定:
- クラス
com.esotericsoftware.kryo.Serializer<StateMachineContext<S,
のE>> read