[ 
https://issues.apache.org/jira/browse/SANDBOX-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Torsten Curdt closed SANDBOX-213.
---------------------------------

    Resolution: Fixed

Stefano is right here. That is expected behavior. If you want to store the 
continuation it needs to be serializable.

> [javaflow] In class 'Stack' a non serializable object (Runnable) is written 
> to ObjectOutput
> -------------------------------------------------------------------------------------------
>
>                 Key: SANDBOX-213
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-213
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: Javaflow
>            Reporter: Philip May
>
> The class Stack writes a non serializable object (Runnable) to ObjectOutput:
> protected Runnable runnable;
> s.writeObject(runnable);
> This code seems to be passing a non-serializable object to the 
> ObjectOutput.writeObject method. If the object is, indeed, non-serializable, 
> an error will result. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to