Fausto Lelli wrote: > Hi, > a stupid question. > > I've always taken for granted that the "ruby session" was difficult to > marshall because it is bound to the runtime. > Am I missing something here ? :) > > Fausto. Yes, you are. =) The Ruby session is not difficult at all to Marshal (that's the way Rails always does it). The things that's hard is to Serialize it; but that can also be done by serializing a marshalled representation of the RubyObject, and that's basically the fix I committed.
Cheers -- Ola Bini (http://ola-bini.blogspot.com) JvYAML, RbYAML, JRuby and Jatha contributor System Developer, Karolinska Institutet (http://www.ki.se) OLogix Consulting (http://www.ologix.com) "Yields falsehood when quined" yields falsehood when quined. _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
