net.infonode.docking
public interface ViewSerializer
Version: $Revision: 1.5 $
Method Summary | |
---|---|
View | readView(ObjectInputStream in)
Reads and returns a view.
|
void | writeView(View view, ObjectOutputStream out)
Writes a view to a stream.
|
Parameters: in the stream from which to read the view state
Returns: the view, null if the view can't be resolved
Throws: IOException if there is a stream error
Parameters: view the view to write out the stream on which to write the view
Throws: IOException if there is a stream error