Uses of Class
org.jruby.runtime.marshal.UnmarshalStream
Packages that use UnmarshalStream
-
Uses of UnmarshalStream in org.jruby
Methods in org.jruby with parameters of type UnmarshalStreamModifier and TypeMethodDescriptionfinal ObjectRubyClass.unmarshal(UnmarshalStream unmarshalStream) static RubyArrayRubyArray.unmarshalFrom(UnmarshalStream input) static RubyNumericRubyBignum.unmarshalFrom(UnmarshalStream input) static RubyClassRubyClass.unmarshalFrom(UnmarshalStream input) static RubyFixnumRubyFixnum.unmarshalFrom(UnmarshalStream input) static RubyFloatRubyFloat.unmarshalFrom(UnmarshalStream input) static RubyHashRubyHash.unmarshalFrom(UnmarshalStream input, boolean defaultValue) static RubyModuleRubyModule.unmarshalFrom(UnmarshalStream input) static RubyRegexpRubyRegexp.unmarshalFrom(UnmarshalStream input) Deprecated.static RubyStringRubyString.unmarshalFrom(UnmarshalStream input) static RubyStructRubyStruct.unmarshalFrom(UnmarshalStream input) static RubySymbolRubySymbol.unmarshalFrom(UnmarshalStream input, UnmarshalStream.MarshalState state) -
Uses of UnmarshalStream in org.jruby.ext.set
Methods in org.jruby.ext.set with parameters of type UnmarshalStreamModifier and TypeMethodDescriptionRubySet.SetMarshal.unmarshalFrom(Ruby runtime, RubyClass type, UnmarshalStream unmarshalStream) -
Uses of UnmarshalStream in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type UnmarshalStreamModifier and TypeMethodDescriptionObjectMarshal.unmarshalFrom(Ruby runtime, RubyClass type, UnmarshalStream unmarshalStream) -
Uses of UnmarshalStream in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal with parameters of type UnmarshalStream