Serialized Form
-
Package org.apache.commons.javaflow.api
-
Class org.apache.commons.javaflow.api.Continuation extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
stackRecorder
StackRecorder stackRecorder
-
value
Object value
-
-
-
Package org.apache.commons.javaflow.core
-
Class org.apache.commons.javaflow.core.EmptyStackException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.javaflow.core.Stack extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.javaflow.core.StackRecorder extends Stack implements Serializable
- serialVersionUID:
- 3L
-