Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Storing and retrieving a hash of objects

by rodion (Chaplain)
on Sep 03, 2013 at 20:56 UTC ( [id://1052178]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Storing and retrieving a hash of objects
in thread Storing and retrieving a hash of objects

It would take a little work to put together serialization routines for Set::IntervalTree and Storable to play smoothly together. That may be worth it if you're going to make heavy use of this, but a quick workaround is to write specialized serialization and de-serializetion routines good enough for your own code and use those convert from a hash of objects to a hash of strings and back. Then you can use Storable on the hash of strings. It sounds like you're thinking along these lines already.

One advantage of this approach is that if you decide to do the more general job, you've got some prototyping already under your belt.

  • Comment on Re^3: Storing and retrieving a hash of objects

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1052178]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 14:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found