persist inline java objects
[email protected] (Giridhar Jayavelu)
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <CAO9NEN=-cFrD_36x2e5DyR==ZVzQP2LOh1NBat3VMhB6ngJ9ZA@mail.gmail.com> |
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