Uses of Interface
org.jruby.runtime.ObjectMarshal
Packages that use ObjectMarshal
-
Uses of ObjectMarshal in org.jruby
Fields in org.jruby declared as ObjectMarshalModifier and TypeFieldDescriptionprotected static final ObjectMarshal
RubyClass.DEFAULT_OBJECT_MARSHAL
protected ObjectMarshal
RubyClass.marshal
Methods in org.jruby that return ObjectMarshalMethods in org.jruby with parameters of type ObjectMarshalModifier and TypeMethodDescription<T extends RubyClass>
TRubyClass.marshalWith
(ObjectMarshal marshal) Set what marshaller we use or generally use this to specify the typw cannot Marshal data.final void
RubyClass.setMarshal
(ObjectMarshal marshal) Deprecated. -
Uses of ObjectMarshal in org.jruby.runtime
Fields in org.jruby.runtime declared as ObjectMarshalModifier and TypeFieldDescriptionstatic final ObjectMarshal
ObjectMarshal.NOT_MARSHALABLE_MARSHAL
RubyClass.marshalWith(ObjectMarshal)
instead.