S
- the type of stateE
- the type of eventpublic class StateMachineContextSerializer<S,E> extends com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
Serializer
for StateMachineContext
.Constructor and Description |
---|
StateMachineContextSerializer() |
Modifier and Type | Method and Description |
---|---|
StateMachineContext<S,E> |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<StateMachineContext<S,E>> clazz) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
StateMachineContext<S,E> context) |
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, StateMachineContext<S,E> context)
write
in class com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>
public StateMachineContext<S,E> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<StateMachineContext<S,E>> clazz)
read
in class com.esotericsoftware.kryo.Serializer<StateMachineContext<S,E>>