Uses of Class
org.jruby.runtime.marshal.MarshalStream
Packages that use MarshalStream
-
Uses of MarshalStream in org.jruby
Fields in org.jruby with type parameters of type MarshalStreamModifier and TypeFieldDescriptionprivate static final RubyHash.VisitorWithState<MarshalStream>RubyHash.MarshalDumpVisitorMethods in org.jruby with parameters of type MarshalStreamModifier and TypeMethodDescriptionvoidRubyClass.MarshalTuple.dump(MarshalStream stream, IRubyObject object) Dump the given object to the given stream, using the appropriate marshaling method.final voidRubyClass.marshal(Object obj, MarshalStream marshalStream) static voidRubyArray.marshalTo(RubyArray array, MarshalStream output) static voidRubyBignum.marshalTo(RubyBignum bignum, MarshalStream output) voidRubyBoolean.marshalTo(MarshalStream output) static voidRubyClass.marshalTo(RubyClass clazz, MarshalStream output) static voidRubyFloat.marshalTo(RubyFloat aFloat, MarshalStream output) static voidRubyHash.marshalTo(RubyHash hash, MarshalStream output) static voidRubyModule.marshalTo(RubyModule module, MarshalStream output) static voidRubyRegexp.marshalTo(RubyRegexp regexp, MarshalStream output) static voidRubyStruct.marshalTo(RubyStruct struct, MarshalStream output) voidRubyClass.smartDump(MarshalStream stream, IRubyObject target) Marshal the given object to the marshaling stream, being "smart" and caching how to do that marshaling. -
Uses of MarshalStream in org.jruby.ext.set
Methods in org.jruby.ext.set with parameters of type MarshalStreamModifier and TypeMethodDescriptionvoidRubySet.SetMarshal.marshalTo(Ruby runtime, Object obj, RubyClass type, MarshalStream marshalStream) -
Uses of MarshalStream in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type MarshalStreamModifier and TypeMethodDescriptionvoidObjectMarshal.marshalTo(Ruby runtime, T obj, RubyClass type, MarshalStream marshalStream) -
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) voidMarshalCache.writeSymbolLink(MarshalStream output, ByteList sym)