Class ObjectSerializationOutputStream

java.lang.Object
java.io.OutputStream
org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
All Implemented Interfaces:
Closeable, DataOutput, Flushable, ObjectOutput, AutoCloseable

public class ObjectSerializationOutputStream extends OutputStream implements ObjectOutput
An ObjectOutput and OutputStream that can write the objects as the serialized form that ObjectSerializationDecoder can decode.