ah ok, so the marshalled ruby object carries with it all the runtime info or else ? in the latter case how big would it be ?
thanks for your patience Ola. Fausto. On 4/17/07, Ola Bini <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
