wt.pds
Interface PDSObjectOutput

All Superinterfaces:
DataOutput, ObjectOutput
All Known Implementing Classes:
PDSEncoder.EncodeObjectOutputStream, UpgradeEncoder.EncodeObjectOutputStream

public interface PDSObjectOutput
extends ObjectOutput

This is a tagging interface for identifying when a PDS ObjectOutput implementation is used to serialize an object.


Methods inherited from interface java.io.ObjectOutput
close, flush, write, write, write, writeObject
 
Methods inherited from interface java.io.DataOutput
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF