Re: [Jruby-devel] time to marshal.

2006-04-07 Thread Thomas E Enebo
Commited. -Tom On Sun, 02 Apr 2006, Ola Bini defenestrated me: > > The attached patch contains working implementations of Time._dump and > Time._load, and a (very) small test case for this. It also contains > updates to MarshalStream and UnmarshalStream so we can handle > marshal_dump and mars

[Jruby-devel] time to marshal.

2006-04-02 Thread Ola Bini
Hi. The attached patch contains working implementations of Time._dump and Time._load, and a (very) small test case for this. It also contains updates to MarshalStream and UnmarshalStream so we can handle marshal_dump and marshal_load. That support seems to be working too. I have not had time to t