Uses of Class
org.jruby.runtime.marshal.MarshalStream

Packages that use MarshalStream
org.jruby   
org.jruby.runtime   
org.jruby.runtime.marshal   
 

Uses of MarshalStream in org.jruby
 

Methods in org.jruby with parameters of type MarshalStream
static void RubyArray.marshalTo(RubyArray array, MarshalStream output)
           
static void RubyBignum.marshalTo(RubyBignum bignum, MarshalStream output)
           
 void RubyBoolean.marshalTo(MarshalStream output)
           
 void RubyClass.marshal(java.lang.Object obj, MarshalStream marshalStream)
           
static void RubyClass.marshalTo(RubyClass clazz, MarshalStream output)
           
static void RubyFloat.marshalTo(RubyFloat aFloat, MarshalStream output)
           
static void RubyHash.marshalTo(RubyHash hash, MarshalStream output)
           
static void RubyModule.marshalTo(RubyModule module, MarshalStream output)
           
static void RubyRegexp.marshalTo(RubyRegexp regexp, MarshalStream output)
           
static void RubyStruct.marshalTo(RubyStruct struct, MarshalStream output)
           
 

Uses of MarshalStream in org.jruby.runtime
 

Methods in org.jruby.runtime with parameters of type MarshalStream
 void ObjectMarshal.marshalTo(Ruby runtime, java.lang.Object obj, RubyClass type, MarshalStream marshalStream)
           
 

Uses of MarshalStream in org.jruby.runtime.marshal
 

Methods in org.jruby.runtime.marshal with parameters of type MarshalStream
 void MarshalCache.writeLink(MarshalStream output, IRubyObject value)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.