Uses of Class
org.jruby.runtime.marshal.MarshalStream
Packages that use MarshalStream
-
Uses of MarshalStream in org.jruby
Methods in org.jruby with parameters of type MarshalStreamModifier and TypeMethodDescriptionfinal voidRubyClass.marshal(Object obj, MarshalStream marshalStream) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyArray.marshalTo(RubyArray array, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyArray.marshalTo(ThreadContext context, RubyArray array, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyBignum.marshalTo(RubyBignum bignum, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.voidRubyBoolean.marshalTo(MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyClass.marshalTo(RubyClass clazz, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyFloat.marshalTo(RubyFloat aFloat, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyHash.marshalTo(RubyHash hash, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyModule.marshalTo(RubyModule module, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyRegexp.marshalTo(RubyRegexp regexp, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyStruct.marshalTo(RubyStruct struct, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.voidRubyClass.smartDump(MarshalStream stream, IRubyObject target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MarshalStream in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type MarshalStreamModifier and TypeMethodDescriptiondefault voidObjectMarshal.marshalTo(Ruby runtime, T obj, RubyClass type, MarshalStream marshalStream) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MarshalStream in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal with parameters of type MarshalStreamModifier and TypeMethodDescriptionvoidMarshalCache.writeLink(MarshalStream output, IRubyObject value) Deprecated, for removal: This API element is subject to removal in a future version.voidMarshalCache.writeSymbolLink(MarshalStream output, ByteList sym) Deprecated, for removal: This API element is subject to removal in a future version.