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 ObjectMarshalRubyClass.DEFAULT_OBJECT_MARSHALprotected ObjectMarshalRubyClass.marshalMethods 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 voidRubyClass.setMarshal(ObjectMarshal marshal) Deprecated. -
Uses of ObjectMarshal in org.jruby.runtime
Fields in org.jruby.runtime declared as ObjectMarshalModifier and TypeFieldDescriptionstatic final ObjectMarshalObjectMarshal.NOT_MARSHALABLE_MARSHAL
RubyClass.marshalWith(ObjectMarshal)instead.