Class DelegatingObjectOutput

java.lang.Object
java.io.OutputStream
org.infinispan.commons.marshall.DelegatingObjectOutput
All Implemented Interfaces:
Closeable, DataOutput, Flushable, ObjectOutput, AutoCloseable

public class DelegatingObjectOutput extends OutputStream implements ObjectOutput
Class that extends OutputStream and implements ObjectOutput.

All the methods delegates to a ObjectOutput implementation.

Since:
8.2
Author:
Pedro Ruivo