Hi,
I'm trying to store and retrieve Perl objects from a file using
Data::Dumper and eval. It works fine if I'm dealing with pure Perl objects.
With Inline Java objects, I realize it is not straight forward, I probably
have to serialize inline java objects first. I couldn't find a solution in
the forum.
Is there any recommended way to persist inline java objects?

Thanks in advance,
Giri

Reply via email to