Top Description Constructors Methods
org.jruby

public Class RubyMarshal

extends Object
Class Inheritance
Annotations
@JRubyModule
name:Marshal
Imports
java.io.ByteArrayInputStream, .ByteArrayOutputStream, .EOFException, .IOException, .InputStream, .OutputStream, org.jruby.anno.JRubyMethod, .JRubyModule, org.jruby.ast.util.ArgsUtil, org.jruby.runtime.*, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.marshal.MarshalStream, .UnmarshalStream, org.jruby.util.ByteList, .IOInputStream, .IOOutputStream

Marshal module
Author
Anders

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static RubyModule
public static IRubyObject
dump(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)

public static IRubyObject
dump(IRubyObject recv, IRubyObject[] args, Block unusedBlock)
Deprecated

private static void
dumpToStream(Ruby runtime, IRubyObject object, OutputStream rawOutput, int depthLimit)

private static InputStream
public static IRubyObject
load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)

private static OutputStream
private static void
private static JavaSites.MarshalSites
public static IRubyObject
undumpable(ThreadContext context, RubyObject self)

Convenience method for objects that are undumpable.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

RubyMarshalback to summary
public RubyMarshal()

Method Detail

createMarshalModuleback to summary
public static RubyModule createMarshalModule(Ruby runtime)
dumpback to summary
public static IRubyObject dump(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)
Annotations
@JRubyMethod
required:1
optional:2
checkArity:false
module:true
visibility:PRIVATE
dumpback to summary
public static IRubyObject dump(IRubyObject recv, IRubyObject[] args, Block unusedBlock)

Deprecated

Annotations
@Deprecated
dumpToStreamback to summary
private static void dumpToStream(Ruby runtime, IRubyObject object, OutputStream rawOutput, int depthLimit) throws IOException
inputStreamback to summary
private static InputStream inputStream(ThreadContext context, IRubyObject in)
loadback to summary
public static IRubyObject load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)
Annotations
@JRubyMethod
name:load, restore
required:1
optional:2
checkArity:false
module:true
visibility:PRIVATE
outputStreamback to summary
private static OutputStream outputStream(ThreadContext context, IRubyObject out)
setBinmodeIfPossibleback to summary
private static void setBinmodeIfPossible(ThreadContext context, IRubyObject io)
sitesback to summary
private static JavaSites.MarshalSites sites(ThreadContext context)
undumpableback to summary
public static IRubyObject undumpable(ThreadContext context, RubyObject self)

Convenience method for objects that are undumpable. Always throws (a TypeError).