Package org.jruby
Class RubyMarshal
java.lang.Object
org.jruby.RubyMarshal
Marshal module
- Author:
- Anders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RubyModulecreateMarshalModule(ThreadContext context) static IRubyObjectdump(IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObjectdump(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObjectdump(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObjectdump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject ioOrLimit) static IRubyObjectdump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject io, IRubyObject limit) static IRubyObjectload(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) static IRubyObjectundumpable(ThreadContext context, RubyObject self) Convenience method for objects that are undumpable.
-
Constructor Details
-
RubyMarshal
public RubyMarshal()
-
-
Method Details
-
createMarshalModule
-
dump
-
dump
public static IRubyObject dump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject ioOrLimit) -
dump
public static IRubyObject dump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject io, IRubyObject limit) -
load
public static IRubyObject load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) -
undumpable
Convenience method for objects that are undumpable. Always throws (a TypeError). -
dump
Deprecated. -
dump
@Deprecated public static IRubyObject dump(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.
-