net.infonode.util
Interface Writable

All Known Subinterfaces:
PropertyMap, ReadWritable
All Known Implementing Classes:
Alignment, Direction, Enum, PropertyMapImpl, RootWindow, TabAreaVisiblePolicy, TabbedPanelHoverPolicy, TabDepthOrderPolicy, TabDropDownListVisiblePolicy, TabLayoutPolicy, TabSelectTrigger, TitledTabBorderSizePolicy, TitledTabSizePolicy, WindowTabState

public interface Writable

Interface for objects that can be written to an ObjectOutputStream.

Version:
$Revision: 1.4 $
Author:
$Author: jesper $

Method Summary
 void write(java.io.ObjectOutputStream out)
          Writes this object to an ObjectOutputStream.
 

Method Detail

write

void write(java.io.ObjectOutputStream out)
           throws java.io.IOException
Writes this object to an ObjectOutputStream.

Parameters:
out - the stream
Throws:
java.io.IOException - if there is a stream error