|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
RubyClass.marshal(java.lang.Object obj,
MarshalStream marshalStream)
|
void |
RubyBoolean.marshalTo(MarshalStream output)
|
static void |
RubyArray.marshalTo(RubyArray array,
MarshalStream output)
|
static void |
RubyBignum.marshalTo(RubyBignum bignum,
MarshalStream output)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |