Class SimpleObjectOutput

java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
All Implemented Interfaces:
DataOutput, ObjectOutput, AutoCloseable

public class SimpleObjectOutput extends SimpleDataOutput implements ObjectOutput
ObjectOutput implementation used to read the unexposed fields of an Externalizable object.
Author:
Paul Ferraro