Marshal documentation

Hi,

is there any specification or documentation of Marshal dumping and
restoring? I’d like to write a tool, which will be compatibile with it.

Thank you

On Tue, Dec 15, 2009 at 05:41:51PM +0900, Vm Vm wrote:

Hi,

is there any specification or documentation of Marshal dumping and
restoring? I’d like to write a tool, which will be compatibile with it.

Here is the best documentation you can find:

ruby/marshal.c at trunk · shyouhei/ruby · GitHub

is there any specification or documentation of Marshal dumping and
restoring? I’d like to write a tool, which will be compatibile with it.

the ruby hacker’s guide might have something.
http://hawthorne-press.com/WebPage_RHG.html

0r

Aaron P. wrote:

On Tue, Dec 15, 2009 at 05:41:51PM +0900, Vm Vm wrote:

Hi,

is there any specification or documentation of Marshal dumping and
restoring? I’d like to write a tool, which will be compatibile with it.

Here is the best documentation you can find:

ruby/marshal.c at trunk · shyouhei/ruby · GitHub

I’m studying this source from beginning, I was just wondering, if there
is a easier way.

Thanks anyway

is there any specification or documentation of Marshal dumping and
restoring? I’d like to write a tool, which will be compatibile with it.

This post has a Marshal section that’s decent:
http://blog.segment7.net/articles/2008/12/17/friendly-ruby-objects
Some links here may help: http://delicious.com/tag/marshal+ruby

Gabriel