Reads and returns a view.
Must read all the data written in the
ViewSerializer.writeView method.
Note that the view property values are read automatically, so this method should not read them.
This method should return null if the serialized view can't be resolved.
Parameters: in - the stream from which to read the view state the view, null if the view can't be resolved throws: IOException - if there is a stream error
Writes a view to a stream.
Note that the view property values are written automatically, so this method should not write them.
Parameters: view - the view to write Parameters: out - the stream on which to write the view throws: IOException - if there is a stream error