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 Object
RubyClass.unmarshal
(UnmarshalStream unmarshalStream) Deprecated, for removal: This API element is subject to removal in a future version.static RubyArray
RubyArray.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyNumeric
RubyBignum.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyClass
RubyClass.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyFixnum
RubyFixnum.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyFloat
RubyFloat.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyHash
RubyHash.unmarshalFrom
(UnmarshalStream input, boolean defaultValue) Deprecated, for removal: This API element is subject to removal in a future version.static RubyModule
RubyModule.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyRegexp
RubyRegexp.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyString
RubyString.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static IRubyObject
RubyStruct.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubySymbol
RubySymbol.unmarshalFrom
(UnmarshalStream input, UnmarshalStream.MarshalState state) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UnmarshalStream in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type UnmarshalStreamModifier and TypeMethodDescriptiondefault T
ObjectMarshal.unmarshalFrom
(Ruby runtime, RubyClass type, UnmarshalStream unmarshalStream) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UnmarshalStream in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal with parameters of type UnmarshalStreamModifier and TypeMethodDescriptionUnmarshalCache.readDataLink
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.UnmarshalCache.readLink
(UnmarshalStream input, int type) Deprecated.UnmarshalCache.readSymbolLink
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.