RE: serialization of BeanShell objects
[email protected] Tue, 11 Jan 2005 16:02:05 -0500
| Newsgroups | gmane.comp.java.beanshell.devel |
|---|---|
| Message-ID | <3E62A5A0B8058845984FFA345CE894F20533FA03@NSTMC007PEX1.ubsgs.ubsgroup.net> |
Do the "load" and "unload" commands safely close the file, even if there is an exception during the operation. It doesn't seem so... Thanks, Boris |-----Original Message----- |From: Patrick Niemeyer [mailto:[email protected]] |Sent: Tuesday, January 11, 2005 2:54 PM |To: Iordanov, Borislav |Cc: beanshell-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org |Subject: Re: [Beanshell-dev] serialization of BeanShell objects | | | |On Jan 11, 2005, at 12:12 PM, [email protected] wrote: | |> Can I serialize beanshell objects? For instance: |> |> f() |> { |> String s = "hello"; |> return this; |> } |> |> x = f(); |> |> ObjectOutputStream out = .... |> |> out.writeObject(x); |> |> In one case, I got a NotSerializeable exception. In another, I got a |> infite recursion in the Java APIs! | |Yes, it should work. The only catch is that if you don't want to |serialize the whole interpreter along with it you need to detach the |object from its namespace. The BeanShell save() method (which |serializes objects to files) does this automatically, but you |can do it |directly with: | | x.namespace.prune(); | |The whole interpreter actually should be serializeable, |subject to what |you put into it of course (if you have a variable referencing a |non-serializable object then it won't currently work). But this |probably hasn't been tested in the 2.0 beta and you may have |discovered |problems. | |Thanks, |Pat | | Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt