Class MarshalStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.jruby.runtime.marshal.MarshalStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Deprecated(since="10.0", forRemoval=true) public class MarshalStream extends FilterOutputStream
Deprecated, for removal: This API element is subject to removal in a future version.
Marshals objects into Ruby's binary marshal format.
Author:
Anders