| java.lang.Object dalma.impl.SerializationContext
SerializationContext | final class SerializationContext (Code) | | Designates the current mode of serialization.
There are two different serializations.
1. serialization of the continuation
2. serialization of the conversation state
author: Kohsuke Kawaguchi |
Inner Class :public static enum Mode | |
SERIALIZATION_CONTEXT | final static ThreadLocal<SerializationContext> SERIALIZATION_CONTEXT(Code) | | While the hydration of the conversation is in progress,
this variable stores the
EngineImpl that owns the conversation.
This is used to resolve serialized instances to running instances.
|
remove | static void remove()(Code) | | |
|
|