Package org.jruby
Class RubyMarshal
java.lang.Object
org.jruby.RubyMarshal
Marshal module
- Author:
- Anders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RubyModule
createMarshalModule
(ThreadContext context) static IRubyObject
dump
(IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObject
dump
(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObject
dump
(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObject
dump
(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject ioOrLimit) static IRubyObject
dump
(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject io, IRubyObject limit) static IRubyObject
load
(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) static IRubyObject
undumpable
(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.
-