Class SimpleObjectInput

java.lang.Object
org.wildfly.clustering.marshalling.protostream.SimpleDataInput
org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable

public class SimpleObjectInput extends SimpleDataInput implements ObjectInput
ObjectInput implementation used to write the unexposed fields of an Externalizable object.
Author:
Paul Ferraro