net.infonode.util

Interface Writable

public interface Writable

Interface for objects that can be written to an {@link java.io.ObjectOutputStream}.

Version: $Revision: 1.4 $

Author: $Author: jesper $

Method Summary
voidwrite(ObjectOutputStream out)
Writes this object to an ObjectOutputStream.

Method Detail

write

public void write(ObjectOutputStream out)
Writes this object to an ObjectOutputStream.

Parameters: out the stream

Throws: IOException if there is a stream error